Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.44 KB

2048.md

File metadata and controls

33 lines (27 loc) · 1.44 KB

2048

Description

This project is a recreation of a certain childhood game I used to play on Cool Math Games called 2048. 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!

2048 consists of a 4x4 grid, in which you can move all of the blocks on the grid in one direction using keyboard input. Combine blocks to increase your score! If you run out of space on the grid you lose.

Controls

  • W or Up Arrow: shift up
  • A or Left Arrow: shift left
  • S or Down Arrow: shift down
  • D or Right Arrow: shift 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/2048/StatsBuild/index.html" style="border:0px #000000 none;" name="HeroTNG" scrolling="no" frameborder="1" marginheight="px" marginwidth="320px" height="600px" width="500px"> </iframe>

Minigames Page

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