Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 883 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 883 Bytes

Async console game

The game demonstrates Earth orbit pollution with space debris. User has spaceship control with arrow keys for escaping collisions with debris. Debris flows increasing with years. After 2020 user has plasma gun for garbage terminate. The game finish when spaceship collisions with any garbage piece.

The game uses curses module with asynchronous way, based on asyncio library.

How to install

Python3 should be already installed.

Quickstart

Run main.py, for example:

$ python main.py

game screenshot

Project Goals

The code is written for educational purposes on online-course for web-developers dvmn.org.