The AROS Archives(anonymous IP: 216.73.217.95,390) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (114)
   o Datatype (15)
   o Demo (64)
   o Development (262)
   o Document (70)
   o Driver (20)
   o Emulation (70)
   o Game (588)
   o Graphics (235)
   o Library (23)
   o Network (69)
   o Office (23)
   o Utility (293)
   o Video (19)

Total files: 1865

Full index file
Recent index file

Part of Aros World Exec
 Readme for:  Game » Board » cfish.i386-aros.lha

CFish

Description: Strong UCI chess engine
Download: cfish.i386-aros.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 292kb
Version: 220726
Date: 23 Jul 26
Author: T. Romstad, M. Costalba, J. Kiiski, G. Linscott
Submitter: Domenico Lattanzi
Category: game/board
License: GPL
Distribute: yes
FileID: 3327
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads:  (Current version)
 (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
This is a port to AROS of CFish, a chess engine derived from Stockfish
by rewriting its C++ code in C. It is not a complete chess program
and requires some UCI-compatible GUI in order to be used comfortably.

Porting has been made with Claude AI from Anthropic.

Features:
- Polyglot book supported
- Syzygy tablebases supported
- Multithread
- Strong playing algorithm
- Compact size (executable is 277 Kb)

Is mandatory a good allocation stack in order to avoid engine crashes
when computing moves.
So, before executing engine launch this command from shell:

stack 512000

### Terms of use

This program is released under the GNU General Public License (GPL).
Essentially, this means that you are free to do almost exactly
what you want with the program, including distributing it among your
friends, making it available for download from your web site, selling
it (either by itself or as part of some bigger software package), or
using it as the starting point for a software project of your own.

The only real limitation is that whenever you distribute Cfish in
some way, you must always include the full source code, or a pointer
to where the source code can be found. If you make any changes to the
source code, these changes must also be made available under the GPL.


Copyright © 2005 - 2026 The AROS Archives All Rights Reserved