https://github.com/arve0/multiplication-game
A simple math game
https://github.com/arve0/multiplication-game
Last synced: 3 months ago
JSON representation
A simple math game
- Host: GitHub
- URL: https://github.com/arve0/multiplication-game
- Owner: arve0
- License: mit
- Created: 2016-01-01T22:13:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T01:22:55.000Z (over 9 years ago)
- Last Synced: 2025-01-12T08:24:56.074Z (4 months ago)
- Language: JavaScript
- Homepage: http://arve0.github.io/multiplication-game/
- Size: 1.41 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML5 multiplication game
A simple game made with [React] and [redux]. [Play it!]
## Develop
```bash
git clone https://github.com/arve0/multiplication-game
cd multiplication-game
npm install
npm start
```## Dist
```bash
npm run build
```
Distribute files in [dist](dist).## License
[MIT](LICENSE).
Scaffolded with [react-transform-boilerplate](http://github.com/gaearon/react-transform-boilerplate) (CC0 public domain).
[React]: https://facebook.github.io/react/index.html
[redux]: http://redux.js.org/
[Play it!]: http://arve0.github.io/multiplication-game