Audio (114) Datatype (15) Demo (64) Development (262) Document (70) Driver (20) Emulation (70) Game (588) Graphics (235) Library (23) Network (69) Office (23) Utility (293) Video (19)
Total files: 1865
Full index file Recent index file
Part of Aros World Exec |
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: | 1 (Current version) | | 1 (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.
|