Skip to content

mimelator/py-wave

Repository files navigation

py-wave

Wavelength port to Python

Getting the Code

  1. Clone the repository:
    git clone <repository-url>
    cd py-wave
    

Preparing Your Python 3.11 Environment

  1. Ensure you have Python 3.11 installed. You can download it from python.org.

  2. Create a virtual environment:

    python3.11 -m venv myenv
  3. Activate the virtual environment:

On macOS and Linux: sh source myenv/bin/activate On Windows: sh myenv\Scripts\activate

  1. Install the required packages:
    pip install -r requirements.txt

Running the Game

  1. Ensure you are in the py-wave directory.

  2. Run the main script:

    python main.py

Using the Game

  • Menu Navigation:
    • Use the UP and DOWN arrow keys to navigate the menu.
    • Press ENTER to select a design.
  • Timeline Navigation:
    • Use the LEFT and RIGHT arrow keys to move backward and forward through the frames.
    • Press ESC to return to the menu. Enjoy the game!

About

wavelength port to python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages