Skip to content

Jpuelpan/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Snake 🐍🐍🐍

Snake game using curses library

Snake

Move with arrow keys. Pause and resume game with space. Restart game with r key.

Usage

Clone the repo and run the game with:

$ python3 ./snake.py

Watch the logs on another window:

$ tail -f debug.log

TODO

  • Basic movement!!
  • Feed snake πŸ€
  • Draw borders
  • Detect collisions with self
  • Detect collisions with borders
  • Score counter
  • Pause/Resume game
  • Collision animation

About

Snake with curses library 🐍

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages