Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjirou/reversi-tactics
Reversi-based tactics game
https://github.com/kjirou/reversi-tactics
Last synced: 12 days ago
JSON representation
Reversi-based tactics game
- Host: GitHub
- URL: https://github.com/kjirou/reversi-tactics
- Owner: kjirou
- License: apache-2.0
- Created: 2015-12-20T04:39:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T07:34:57.000Z (about 3 years ago)
- Last Synced: 2023-03-30T12:33:56.052Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.18 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reversi-tactics
[![Circle CI](https://circleci.com/gh/kjirou/reversi-tactics.svg?style=svg)](https://circleci.com/gh/kjirou/reversi-tactics)
Reversi-based tactics game
![](https://raw.githubusercontent.com/kjirou/reversi-tactics/master/doc/demo-20160209.gif)
## Development
### Preparation
- Install [ImageMagick](http://www.imagemagick.org/script/index.php) for [image-divider](https://www.npmjs.com/package/image-divider)
### Installation
```bash
git clone [email protected]:kjirou/reversi-tactics.git
cd ./reversi-tactics
npm install
```### Build sources & Watch sources & Open on your browser
```bash
npm run develop
```