Skip to content

yueshenghou/dark-chess

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

Packages

No packages published

Languages

  • Python 99.8%
  • HTML 0.2%