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
- Host: GitHub
- URL: https://github.com/titouanc/awale
- Owner: titouanc
- Created: 2015-12-25T10:12:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T13:54:20.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T13:29:13.215Z (3 months ago)
- Language: JavaScript
- Homepage: http://awale.ititou.be
- Size: 2.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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