Snake Game
Project Details:
This is a 2D project made using Unity and C#. For this project i have recreated old snake game, Where one player can play the game and two players can play the game at a time on the same screen.
Features:
1 player or 2 players can play the game at a time
Many power ups with different power up functionalities
Concepts Used in the project:
The functionalities used in this project include:
Spritesheet - To create sprites for spawnable objects and UI sprites configurable for the project
Coroutines - Used to manage objects spawning and destroying functionality