This is the classic Space Adventure game.
Shoot all the enemies and collect all the powerups to win.
It is still a work in progress, but it is playable.
Gamepad support is coming soon.
git clone https://github.com/Abhishek10351/fictional-journeyto install the needed third libraries just run the command
pip install -r requirements.txtin the terminal.
To run the game try opening the game folder and click the main.py file or just open it using the terminal and run it using python by typing
py main.pyfor linux users and mac users
python3 main.pyTo get help on gameplay check out GAMEPLAY .