- Simple 2048 game built using Javascript
- Use keybord arrow keys to play the game
- Animation is created using CSS
https://playonline-2048.herokuapp.com
- Clone the repository using :
git clone https://github.com/Suraj-Khedkar/2048-game.git
- To install the required dependencies : run
npm install
in terminal - To start the project : run
npm start