Skip to content

ketexon/SnakeUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnakeUnity

A simple snake implementation for unity.

Demo

The actual movement code is in Assets/Snek.cs and is about 130 lines of code.

Right now, the implementation uses a List instead of a Stack for coordinates (as the back element is necessary for movement), but this can be optimized by simply storing the back element coordinate separately.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published