It ain't much but it is honest work!
Terminal based miniature version of JETPACK JOYRIDE coded in python
-
About JetPack Joyride https://halfbrick.com/our-games/jetpack-joyride/
-
Command to run the game
python3 game.py -
Controls
use w to move up use a to move left use d to move right use b to shoot bullets use n to speed up the game use spacebar to activate shield
-
Requirements
Latest versions a)Numpy library b)Colorama library
-
Classesa) 'Mando' is the main class which contains all the details of the character very action on the mandalorian is handeled by its functions it inherits person class b) 'Art' is used to create the final boss dragon also inherits person class
c) 'Board' used to create the grid of the game obstacles are also generated here
-
Additional Features
Color added to different objects using colorama Dragon boss comes at the end needed to be killed to win the game