Spaceship Game is a Python console-based game with curses library usage.< 6748 /p>
Game will be over if you have collision with flying garbage.
- Python 3.7+
Use git to download the game.
$ git clone https://github.com/elzzz/spaceship-game.git
To start the game you should write in console:
$ python main.py
Movement - ↑ → ↓ ←
Fire - Space (Can be used only in 2020 year)
Exit the game - CTRL + C
Game
Fire
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.