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-journey
to install the needed third libraries just run the command
pip install -r requirements.txt
in 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
python main.py
for linux users and mac users
python3 main.py
To get help on gameplay check out GAMEPLAY .