Skip to content

jinhucheung/2048-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

License

The gem is available as open source under the terms of the MIT License.