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

https://github.com/titouanc/awale

An african two players game in ReactJS/Autobahn
https://github.com/titouanc/awale

Last synced: 22 days ago
JSON representation

An african two players game in ReactJS/Autobahn

Awesome Lists containing this project

README

        

# [Awalé](https://en.wikipedia.org/wiki/Oware)

Demo http://awale.ititou.be/.

You need nodejs to compile the frontend app, python to run the game server.

## Install

git clone https://github.com/titouanc/awale.git
virtualenv -p python3.4 ve3
source ve3/bin/activate
pip install -r requirements.txt
make

## Run

crossbar start &
python app.py