A 2D retro-style platformer game built with PyGame.
- Animated retro hero character with idle, run, jump, attack, and death animations
- Three different slime enemies with various animations
- Parallax scrolling background for a dynamic environment
- Score system based on defeating slimes
- Death animation when the hero is defeated
- Background music system with toggle controls
- D: Move right/run
- Space or W: Jump
- M: Toggle background music on/off
- R: Restart game after game over
- Escape: Quit game
- Use D to move right and Space/W to jump
- Jump on slimes to defeat them and earn points
- Avoid getting hit by slimes from the sides
- Try to get the highest score possible!
- Python 3.x
- PyGame library
- Download Python from here
- At command prompt enter
python --version
for checking python version - Then enter
pip install pygame
orpython -m pip install pygame
For installing pygame pip install numpy
orpython -m pip install numpy
For installing Numpy- Then Enter the below code to play the game
python simple_game.py
- Game developed using PyGame
- Retro pixel art assets
- 8 Bit Nostalgia - by David Renda