Difference between revisions of "fpChess"

From Free Pascal wiki
Jump to navigationJump to search
m
Line 28: Line 28:
  
 
The game engine is taken from this old Turbo Pascal program and it needed only minimal changes to keep running. The AI is not very strong, but it is configurable and extremely fast.
 
The game engine is taken from this old Turbo Pascal program and it needed only minimal changes to keep running. The AI is not very strong, but it is configurable and extremely fast.
 +
 +
==History==
 +
 +
*5 September 2011 - Version 0.5 released. Adds support for modules and for playing against the computer using the KCChess Engine
 +
 +
*21 July 2011 - Version 0.1 released with support for playing 2 persons in the same computer
  
 
==See Also==
 
==See Also==

Revision as of 15:49, 5 September 2011

Deutsch (de) English (en) français (fr)

The fpChess is still under construction. It should support playing via the internet as well as against a computer AI.

Gallery

Fpchess.png

Subversion

svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/applications/fpchess/ fpchess

Download

Binary releases can be found here:

http://sourceforge.net/projects/p-tools/files/FPChess/

Modules

fpchess is modular and new game modes are implemented in independent units.

mod_kcchess

This modules uses a Chess Engine licensed under public domain obtained from http://www.csbruce.com/~csbruce/chess/

The game engine is taken from this old Turbo Pascal program and it needed only minimal changes to keep running. The AI is not very strong, but it is configurable and extremely fast.

History

  • 5 September 2011 - Version 0.5 released. Adds support for modules and for playing against the computer using the KCChess Engine
  • 21 July 2011 - Version 0.1 released with support for playing 2 persons in the same computer

See Also

External Links