/3D-snake

🐍 The classic snake game implemented in my own way

Primary LanguageC#MIT LicenseMIT

3D-snake

The classic snake game implemented in my own way

Getting Started

Follow the below instructions to get started with 3D-Snake source code:

  1. Make sure you have all Requirements
  2. Download Source Code
  3. Open Project in Unity and Enjoy!

Screenshots

Screenshot

Screenshot

Requirements

Make sure you have the below requirements before starting:

Implementation Notes

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 :)

Target Platform

It's made for windows and 1920x1080 display but can be customized if desired.