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.
Python3 should be already installed.
Run main.py, for example:
$ python main.py
The code is written for educational purposes on online-course for web-developers dvmn.org.