Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 951 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 951 Bytes

fictional-journey

Description

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. killem madewithpython

Installation

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.

Running the game

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 .