Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 831 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 831 Bytes

3D-snake

The classic snake game implemented in my own way

Requirements

Make sure you have the below requirements before starting:

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!

Target Platform

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

Screenshots

Screenshot

Screenshot

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