Skip to content

ahmetkuslular/react-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


2048
2048

This is a clone of 2048 implemented using React.

LIVE

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with yarn) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/ahmetkuslular/react-2048.git

# Go into the repository
$ cd react-2048

# Install dependencies
$ yarn

# Run the app
$ yarn start

# Run the test
$ yarn test

Packages

This software uses the following open source packages:

TODO...

  • Different sizes to be added. (5, 6, 7, etc)
  • Best Score
  • Joker system
  • More tests