Snake Replica

Snake Replica is a game prototype I built while following along with Noob Tuts’ Unity 2D Snake Tutorial on Noob Tuts. The core gameplay loop is:

  • Move snake
  • Grow by eating pellets
  • Don’t hit yourself or the screen boundaries

Play the game in your browser here.

View my GitHub repo here.