Skip to content

Blacksource001/2048-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.3%
  • CSS 23.6%
  • HTML 10.1%