A 2048 game build with react

2048-react

This is the react port of the 2048 game designed by Gabriele Cirulli https://github.com/gabrielecirulli/2048

Example

example

Demo

Demo

Installation

Install packages:

$ yarn install

Then run the app:

$ yarn start

Contributing

Bug report or pull request are welcome.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am ‘Add some feature’)
  4. Push to the branch (git push origin my-new-feature)

Please write unit test with your code if necessary.

Download Details:

Author: jinhucheung

Demo: https://jinhucheung.github.io/2048-react/

Source Code: https://github.com/jinhucheung/2048-react

#react #reactjs #javascript

A 2048 game build with react
17.10 GEEK