A 2D pygame-based pixel runner game with sprite animations and obstacle avoidance mechanics.
Includes animated characters (player walking/jumping, flying enemies, snails), collision detection, gravity physics, sound effects, and background music.
Built with Python and Pygame, featuring retro pixel art graphics and engaging gameplay mechanics for endless running action.
- Make sure you have Python and Pygame installed:
pip install pygame
- Navigate to the project directory
- Run the game:
python pixel_runner/game.py
- Press SPACE to start/jump and ESC to quit