ahmetkuslular / react-2048

Home Page:https://ahmetkuslular.github.io/react-2048/

Repository from Github https://github.comahmetkuslular/react-2048Repository from Github https://github.comahmetkuslular/react-2048


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

About

https://ahmetkuslular.github.io/react-2048/


Languages

Language:JavaScript 96.7%Language:HTML 2.2%Language:CSS 1.1%