Skip to content

thebenkogan/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

http://snake.benkogan.io/

Efficient Snake game with 5 modes, including varying difficulties, Rush, and Crazy Food!

Each snake iteration is done in O(1) time by using a Linked List to represent the snake body and a 2D matrix to look up positions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published