The classic snake game implemented in my own way
Follow the below instructions to get started with 3D-Snake source code:
- Make sure you have all Requirements
- Download Source Code
- Open Project in Unity and Enjoy!
Make sure you have the below requirements before starting:
- Unity Game Engine
- Basic knowledge in Unity and C#
The snake doesn't really move. It is based on a spawning pool that creates snake-nodes on the grid depending on the direction that you choose. Other than that, the classic design of the game exists as it is. Enjoy :)
It's made for windows and 1920x1080 display but can be customized if desired.