Skip to content

Simple space game using Python asyncio and curses modules

Notifications You must be signed in to change notification settings

artbataev/dvmn_async_spaceship

Repository files navigation

Space Game using asyncio

Lessons 1,2 from Devman Course

Game Screenshot A simple space game using asyncio and curses.

Environment

  • Python 3.6 and higher
  • uses curses and asyncio modules from the Python standard library

How to play

Clone the repository

git clone --recursive https://github.com/artbataev/dvmn_async_spaceship.git
cd dvmn_async_spaceship

Run the game

python3 main.py

or

./main.py

Avoid space obstacles using keyboard arrows. Destroy obstacles using space.

About

Simple space game using Python asyncio and curses modules

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages