Entry in PyWeek #30 https://pyweek.org/30/ Team: encukou Members: encukou
You will need Python 3.8 (or above).
To make a virtualenv, install dependencies and run the game, run:
python install_and_run.py
You will need Python 3.8 (or above), and preferably a virtual environment (venv).
You will need to install these before running the game:
- wasabi2d == 1.4.0
- numpy == 1.17.5
- pyrr == 0.10.3
- and their dependencies
Do that using:
python -m pip install -r requirements.txt
To run the game, "cd" to the game directory and run:
python run_game.py
Use the keyboard, not the mouse. Controls:
- SPACEBAR (or ENTER): Select / Advance / Agree
- ESCAPE (or BACKSPACE): Undo / Delete / Exit / Quit
Other keys (arrows, numbers and letters) are mentioned on-screen when needed.
Music by Eric Matyas www.soundimage.org
Most Sound Effects alsoby Eric Matyas www.soundimage.org
Other sound effects, CC0: "Splash" from https://opengameart.org/content/fisheefects "random6" (biting sound) from https://opengameart.org/content/rpg-sound-pack "dingCling-neutral" from https://opengameart.org/content/6-user-interface-ding-clicks
The game is licensed under the MIT license; see LICENSE.MIT
.