An open API service indexing awesome lists of open source software.

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

2048 game on React
https://github.com/jinhucheung/2048-react

2048 2048-game react reactjs typescript

Last synced: 5 months ago
JSON representation

2048 game on React

Awesome Lists containing this project

README

        

# 2048-react

This is the [react](https://reactjs.org/) port of the 2048 game designed by Gabriele Cirulli https://github.com/gabrielecirulli/2048

## Example

![example](https://user-images.githubusercontent.com/19590194/64501857-c37bc600-d2f5-11e9-80b2-879fcaa060e2.png)

## Demo

[Demo](https://jinhucheung.github.io/2048-react/)

## 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](MIT-LICENSE).