Skip to content

MartinThoma/community-chess

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Community Chess

Community Chess is a Server-Side software for chess games. It provides an API for developers to submit chess moves and play chess games. The software checks if the moves are valid and stores all game relevant information. Developers can program their artificial intelligences for chess games and compete.

Community Chess is under MIT license. You may use it for your own sites for free, but I would like to get a notice when you use it (info@martin-thoma.de).

It is hosted at http://code.google.com/p/community-chess/

You have downloaded version 0.1.0. This is NOT a stable version.

Requirements

  • MySQL or any other database supported by PDO
  • PHP with PDO support

Installation

  • Copy all files to a folder where PHP can be executed
  • Create the database with chess.sql
  • Modify wrapper.inc.php and login.wrapper.php to your needs.
  • You can delete the following folders:
    • install
    • design
    • documentation

Notice

If you want to develop a client which works with Community Chess I strongly recommend to take a look at the wiki: http://code.google.com/p/community-chess/w/list

If you make a working client you could send it to me. I'll add you to the credit-list and add your code to the project. Your code has to be under MIT license.

Credits

About

Automatically exported from code.google.com/p/community-chess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published