Welcome to CompWebChess Home

News
What Is
Demo
Screen
Shots
Features
The Chess Bot
System Requirements
Download
Install
Develop
 

News

Links

Link to Source Forge project: http://sourceforge.net/projects/compwebchess/
CompWebChess Forum: http://www.compwebchess.com

(02 Fev 2005)

Comp WebChess Ring


Dennis Steele Created The Comp WebChess Ring.

(06 Dec 2003)

What Is

CompWebChess is an open source chess application which allows you to play chess over internet.
This source was developed by Felipe Rayel and is based on WebChess 0.8.3 by Jonathan Evraire.

Demo

To see a on-line demonstration of this web chess you can create an account here

Screen Shots

Login Page

Main Menu

Playing Board

 

User Statistics

Challenge Menu

 

Features

The Chess Bot

Sorry, Coming Soon...

System Requirements

Download

Download the files here.

Install

1) Decompress webchess in a web-accessible directory
2) Create a mysql user (similar to the sample user_permissions.txt)
3) Create the webchess MySQL database (see script mylsq-script.txt)
4) Update the database and other desired settings in config.php
5) If you enable logging support, don't forget tomake webchess.log writeable to your www server:
# touch /var/log/webchess.log
# chown www-data /var/log/webchess.log


Develop

Project Homepage

CVS Source Tree