Phantoms is my small platformer game made with pygame. The game uses tile-based physics, along with side-scrolling and parallax animations.
cd Phantoms
python main.py
- Pygame
pip install pygame
Controls:
- Left arrow key to go left
- Right arrow key to go right
- Up arrow key to jump
- G to throw grenade
- press ESC to escape the game
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.