https://github.com/sachskaylee/snake
A simple Snake game in Unity3d. 🐍
https://github.com/sachskaylee/snake
2d clone game snake unity unity3d
Last synced: about 1 month ago
JSON representation
A simple Snake game in Unity3d. 🐍
- Host: GitHub
- URL: https://github.com/sachskaylee/snake
- Owner: SachsKaylee
- License: unlicense
- Created: 2018-12-12T19:34:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T19:56:13.000Z (over 7 years ago)
- Last Synced: 2025-03-14T18:42:07.383Z (over 1 year ago)
- Topics: 2d, clone, game, snake, unity, unity3d
- Language: C#
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake
Thanks for checking out my Snake game!
The code is very simple and self explanatory(every method is commented using XML comments) and the gameplay itself should be well known.
If you want to quickly test the game using cheats, create a file called "cheat.txt" is your asset (or game data) folder and put in the amount of snake tails you want to start out with.
Have fun, do whatever you like with the code. :)
----
Demo video: [https://www.youtube.com/watch?v=_u1RzpGnwck](https://www.youtube.com/watch?v=_u1RzpGnwck)