This was created during our time as a engineers-in-training at Code Chrysalis.
This is a 2D game. You can play using a cat and collect apples and avoid bombs and enemies.
After cloning this repository, you need to install python and pyxel.
-
install python (here)
-
install pyxel
pip install pyxel
-
start to play
python catGame.py
- KEY-0: start game
- KEY-LEFT: move to left
- KEY-RIGHT: move to right
- KEY-SPACE: jump
- KEY-R: reset game
- KEY-Q: quit game
- Python
- pyxel