Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```