Skip to content

Latest commit

 

History

History
 
 

Snake

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Snake

flat Language C# Target Framework Build Discord

You can play this game in your browser:
Play Now
Hosted On GitHub Pages

Snake is a game where you play as a snake and try to eat as much food as possible. Once you start moving you may not stop. You lose if you fall out of bounds or attempt to eat yourself. Every time you eat food, you grow in length, making it harder to avoid auto-cannibalism. The bounds are the edges of the console window.

Food: +

Snake (size 1): ^

Snake (size 29):

<<<<<<^
v     ^
v   >>>
v
v>>>>>>>>>>>>>

Input

  • , , , : change the direction you are moving
  • escape: exit game

resizing the console window will cause the game to close

Downloads

win-x64

linux-x64

osx-x64