Terminal based game similar to Jetpack Joyride
- Install all the requirements:
pip install -r requirements.txt
- Run the program:
python3 main.py
- Press w to jump
- Press a to move left
- Press d to move right
- Press q to quit the game
- Press l to get speed boost
- Press k to shoot
- Press space to activate shield
- Magnet attracts Mando towards it on x-axis
- Coins can be collected to increase score
- Lasers cause loss of a life
FireBeams, Magnets, Boss are inherited from the Obstacle class
place function is different for all Obstacles
Classes and objects exist
Almost all the functionalities are abstracted, eg check collision