Wavelength port to Python
- Clone the repository:
git clone <repository-url> cd py-wave
-
Ensure you have Python 3.11 installed. You can download it from python.org.
-
Create a virtual environment:
python3.11 -m venv myenv
-
Activate the virtual environment:
On macOS and Linux:
sh source myenv/bin/activate
On Windows:
sh myenv\Scripts\activate
- Install the required packages:
pip install -r requirements.txt
-
Ensure you are in the py-wave directory.
-
Run the main script:
python main.py
- 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!