Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.08 KB


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