Skip to content

A terminal-based game that runs in a single thread, creating the illusion of simultaneous graphics output and input processing, using asyncio.

License

Notifications You must be signed in to change notification settings

catarium/asyncio_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asyncio game

A terminal-based game that runs in a single thread, creating the illusion of simultaneous graphics output and input processing, using asyncio.

demo

Running

1. Install python

2. Install requirements

pip intall -r requirements.txt

3. Run main.py

python main.py

About

A terminal-based game that runs in a single thread, creating the illusion of simultaneous graphics output and input processing, using asyncio.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages