Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.45 KB

Snake.md

File metadata and controls

35 lines (29 loc) · 1.45 KB

Snake

Description

This project is a recreation of Snake, one of the most popular games that developers love to recreate. This solo project was developed in Unity using C# as part of my minigames series where I utilize various resources to remake simple games in order to further my learning as well as to have fun!

Snake consists of a moving line that the player controls. As it consumes more apples, it grows in size and speeds up, making it more difficult to dodge walls as well as itself. See how big you can grow your snake!

Controls

  • W or Up Arrow: Move up
  • A or Left Arrow: Move left
  • S or Down Arrow: Move down
  • D or Right Arrow: Move right

Play The Game!

To be able to full screen, follow this link and click the full screen button in bottom right of WebGL Build

<iframe src="https://sergeibak.github.io/Snake/SnakeBuild/index.html" style="border:0px #000000 none;" name="HeroTNG" scrolling="no" frameborder="1" marginheight="px" marginwidth="340px" height="576px" width="1024px"> </iframe>

Minigames Page

Here is the link to return to the minigames page: Link