Skip to content

This is a clone of 2048 implemented using React 17.

Notifications You must be signed in to change notification settings

GotT3/2048-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 - React

This is a clone of 2048 implemented using React 17.

Building and Running

Dependencies: node/npm

Start to run npm install then npm run build.

Now, to start a web server you can do

sudo npm install -g serve
serve -s build

and the game will be accessible on localhost:3000.

TODO

Add css animations

About

This is a clone of 2048 implemented using React 17.

Topics

Resources

Stars

Watchers

Forks