Skip to content
/ Snek Public

A simple implementation of the classic "snake" game using the curses library.

Notifications You must be signed in to change notification settings

DocBohn/Snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snek

A simple implementation of the classic "snake" game using the curses library.

Move the snek using WASD keys. End the game with Q key or with Ctrl-C.

There three rules:

  • Feed snek to grow snek.
  • Stay in box.
  • No step on snek! Meme-ified Gasden Flag

About

A simple implementation of the classic "snake" game using the curses library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published