https://github.com/matfish2/react-reversi
Reversi (Othello) Built with React.js
https://github.com/matfish2/react-reversi
example game react react-redux redux
Last synced: 3 months ago
JSON representation
Reversi (Othello) Built with React.js
- Host: GitHub
- URL: https://github.com/matfish2/react-reversi
- Owner: matfish2
- Created: 2018-03-25T18:20:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T06:57:37.000Z (over 7 years ago)
- Last Synced: 2025-01-24T17:45:54.297Z (about 1 year ago)
- Topics: example, game, react, react-redux, redux
- Language: JavaScript
- Homepage: https://matfish2.github.io/react-reversi/
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Reversi
See it in action on [Github Pages](https://matfish2.github.io/react-reversi/)
# Installation
```
git clone https://github.com/matfish2/react-reversi
cd react-reversi
npm install
npm start
```
## Redux Implementation
The redux implementation is under the `redux` branch