Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.02 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.02 KB

The Flying Head Game

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.

Table of Contents


Installation

Follow these steps to install and run the game:

  1. Clone the Repository:

    git clone https://github.com/tmao8/the-flying-head.git
    cd the-flying-head
  2. Set Up a Virtual Environment (Optional):

    python3 -m venv venv
    source venv/bin/activate  # For Linux/macOS
    venv\Scripts\activate   # For Windows
  3. Install Dependencies:

    pip install -r requirements.txt

Usage

  1. Start the Game: Run the following command:

    python game.py
  2. Gameplay Controls:

    • Spacebar to start and jump
  3. Enjoy the adventure!


License

This project is licensed under the MIT License. See the LICENSE file for details.