Skip to content

akshygupt/2048-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.