Skip to content

mikimasn/worstfish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5,660 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worstfish

Modified version of stockfish

Overview

Worstfish is modified version of Stockfish. It was modified to play worst possible move in position(if oponent also play the worst move). It plays to force lose.

Compiling Worstfish

Worstfish has support for 32 or 64-bit CPUs, certain hardware instructions, big-endian machines such as Power PC, and other platforms.

On Unix-like systems, it should be easy to compile Worstfish directly from the source code with the included Makefile in the folder src. In general, it is recommended to run make help to see a list of make targets with corresponding descriptions.

cd src
make -j build ARCH=x86-64-modern

Terms of use

Worstfish is free and distributed under the [GNU General Public License version 3][license-link] (GPL v3). Essentially, this means 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 website, 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 Worstfish in some way, you MUST always include the license and the full source code (or a pointer to where the source code can be found) to generate the exact binary you are distributing. If you make any changes to the source code, these changes must also be made available under GPL v3.

About

UCI chess engine

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 92.7%
  • Makefile 4.5%
  • C 1.8%
  • Shell 1.0%