Sign inSign up

anarchy/dark-chess

By anarchy

Updated about 9 years ago

chess with fog of war

Image
1

712

anarchy/dark-chess repository overview

dark-chess

Description

Chess with fog of war (game rules) There are two servers:

  • app.py - web backend of game, interface is REST.
  • websocket.py - websocket server, which sends game events as opponent moves to client.

Requirements

Installation

$ git clone https://github.com/AHAPX/dark-chess
$ cd dark-chess
$ pip install -r requirements.txt
$ cp src/config_local.py.sample src/config_local.py

Usage

$ cd dark-chess/src
$ python main.py

Testing

$ cd dark-chess
$ python -m unittest tests

Documentation

https://github.com/AHAPX/dark-chess/wiki/

Tag summary

Content type

Image

Digest

Size

265.2 MB

Last updated

about 9 years ago

docker pull anarchy/dark-chess