A simple 2-D side scrolling game done with Python and Pygame. Based on a tutorial game in RealPython.com with different assets, and more oop-oriented programming.
Game Objectives:
- Dodge incoming small and fast asteroids - hitting one ends the game
- No shooting
- Bigger asteroids are for blocking sight(random gen w/three different sizes)
Future updates:
- Add shooting for asteroids
- Enemies
Requires Python 3 and Pygame
Install latest python3 version and intall pygame with pip. Then run the game from root ".\game.py"