MyGit
🚩收到GitHub仓库的更新通知

official-pikafish/Pikafish

Fork: 146 Star: 771 (更新于 2024-05-08 21:17:51)

license: GPL-3.0

Language: C++ .

UCI xiangqi engine

最后发布版本: Pikafish-2024-03-10 ( 2024-03-10 21:47:44)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Pikafish

Pikafish

A free and strong UCI xiangqi engine.
Explore Pikafish docs »

Report bug · Open a discussion · Discord · Blog

Build License RuleBook
Release Commits
Website Fishtest Discord

Overview

Pikafish is a free and strong UCI xiangqi engine derived from Stockfish that analyzes xiangqi positions and computes the optimal moves.

Pikafish does not include a graphical user interface (GUI) that is required to display a chessboard and to make it easy to input moves. These GUIs are developed independently from Pikafish and are available online. Read the documentation for your GUI of choice for information about how to use Pikafish with it.

See also the Pikafish documentation for further usage help.

Files

This distribution of Pikafish consists of the following files:

  • README.md, the file you are currently reading.

  • Copying.txt, a text file containing the GNU General Public License version 3.

  • AUTHORS, a text file with the list of authors for the official Pikafish project.

  • src, a subdirectory containing the full source code, including a Makefile that can be used to compile Pikafish on Unix-like systems.

  • a file with the .nnue extension, storing the neural network for the NNUE evaluation.

Contributing

See Contributing Guide.

Donating hardware

Improving Pikafish requires a massive amount of testing. You can donate your hardware resources by installing the Fishtest Worker and viewing the current tests on Fishtest.

Improving the code

In the chessprogramming wiki, many techniques used in Pikafish are explained with a lot of background information. The section on Stockfish describes many features and techniques used by Stockfish. However, it is generic rather than focused on Stockfish's precise implementation.

The engine testing is done on Fishtest. If you want to help improve Pikafish, please read this guideline first, where the basics of Pikafish development are explained.

Discussions about Pikafish take place these days mainly in the Pikafish Discord server. This is also the best place to ask questions about the codebase and how to improve it.

Compiling Pikafish

Pikafish 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 Pikafish 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

Detailed compilation instructions for all platforms can be found in our documentation. Our wiki also has information about the UCI commands supported by Pikafish.

Terms of use

GNU General Public License version 3

Pikafish is free and distributed under the GNU General Public License version 3 (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 Pikafish 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.

最近版本更新:(数据更新于 2024-05-15 00:36:12)

2024-03-10 21:47:44 Pikafish-2024-03-10

2023-12-03 22:20:20 Pikafish-2023-12-03

2023-03-05 22:20:43 Pikafish-2023-03-05

2023-02-16 17:09:08 Pikafish-2023-02-16

2022-12-26 12:53:36 Pikafish-2022-12-26

2022-10-22 12:51:02 Pikafish-2022-10-22

2022-10-15 16:31:23 Pikafish-2022-10-15

2022-10-07 20:28:57 Pikafish-2022-10-07

2022-10-01 18:27:39 Pikafish-2022-10-01

2022-09-20 12:39:18 Pikafish-2022-09-19

主题(topics):

board-game, chinese-chess, engine, free, pikafish, powerful, stockfish, strongest, uci, xiangqi

official-pikafish/Pikafish同语言 C++最近更新仓库

2024-05-14 23:50:10 PCSX2/pcsx2

2024-05-13 17:12:15 PabloMK7/citra

2024-05-13 08:38:23 notepad-plus-plus/notepad-plus-plus

2024-05-12 21:48:34 LeagueToolkit/cslol-manager

2024-05-11 19:53:51 MaaAssistantArknights/MaaAssistantArknights

2024-05-10 13:07:15 Mr-Wiseguy/Zelda64Recomp