Simple 2d python game
This game is a little project that creates a basic player movimentation and spritesheet animations without any game engine
- Install the requirements:
pip install -r requirements.txt
- Execute the file:
python main.py
- You can use "A" and "D" keys to move the player
- Basic colision with objects
- Gravity and player jump