Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

snake

Terminal snake. Windows only (uses msvcrt for non-blocking key reads). No dependencies.

Install

pipx install .

Then just:

snake

Or without installing:

python -m snake

Controls

WASD to move, Q to quit, R to replay after a game over.

Tuning

Board size, keys used, speed, etc all live in src/snake/config.py, go there to change anything to what you wish it to be. The terminal must be at least 50x23 or the game refuses to start.

About

Terminal snake made with python for Windows use only (uses msvcrt for non-blocking key reads). No dependencies. Made for me to waste time.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages