Difference between revisions of "fpChess"

From Lazarus wiki
Jump to navigationJump to search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Translate}}
+
{{fpChess}}
  
 
fpChess is still under construction. It should support playing via the internet as well as against a computer AI.
 
fpChess is still under construction. It should support playing via the internet as well as against a computer AI.
Line 11: Line 11:
 
==Subversion==
 
==Subversion==
  
  svn co https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/applications/fpchess/ fpchess
+
  svn co https://svn.code.sf.net/p/lazarus-ccr/svn/applications/fpchess/ fpchess
  
 
==Download==
 
==Download==
Line 44: Line 44:
  
 
* Chess program ported from Delphi to Lazarus: http://forum.lazarus.freepascal.org/index.php/topic,14956.0.html
 
* Chess program ported from Delphi to Lazarus: http://forum.lazarus.freepascal.org/index.php/topic,14956.0.html
* Some chess AIs made in Delphi: http://www.stmintz.com/ccc/index.php?id=218070
+
* Chess program in Lazarus: http://joselauro.bugs3.com/chess/
 
+
* Some chess AIs made in Delphi: http://www.stmintz.com/ccc/index.php?id=21807
[[Category:Example programs]]
+
<br/>
[[Category:Games]]
 
[[Category:Lazarus-CCR]]
 

Latest revision as of 18:00, 24 November 2018

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

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://svn.code.sf.net/p/lazarus-ccr/svn/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

  • 6 September 2011 - Version 0.6 released. Adds support for playing in the internet using the Free Internet Chess Server (FICS)
  • 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