Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 422 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 422 Bytes

2048 Game using Reactjs

Demo

An implementation of the game 2048 using React JS. Choose a grid size and start playing. The goal is to make a tile of 2048 value, but you can continue untill the game is over. The game stores your current status state in a local storage so you can continue from where you left off. Use the arrow keys to move the tiles.