Skip to content

olegush/async-console-game2

Repository files navigation

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.

About

The console game using curses module and asyncio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages