A video game inspired by the Flying Head myth and Flappy Bird. Immerse yourself in the thrilling tale and navigate challenges to escape as the Flying Head.
Follow these steps to install and run the game:
-
Clone the Repository:
git clone https://github.com/tmao8/the-flying-head.git cd the-flying-head
-
Set Up a Virtual Environment (Optional):
python3 -m venv venv source venv/bin/activate # For Linux/macOS venv\Scripts\activate # For Windows
-
Install Dependencies:
pip install -r requirements.txt
-
Start the Game: Run the following command:
python game.py
-
Gameplay Controls:
- Spacebar to start and jump
-
Enjoy the adventure!
This project is licensed under the MIT License. See the LICENSE file for details.