Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 448 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 448 Bytes

Kung Fu Chess

A Kung Fu chess server implementation (work in progress)

Uses Redis and MySQL which should be configured in config file.

MySQL on ubunutu requires additionally libmysqlclient-dev.

sudo apt-get install libmysqlclient-dev

The config file need to be configured with database name and relevant user name and password. The script create.sql will create a database (named "kfchess") with the required tables for the web interface.