-
探索を高速にしたい。
- 枝刈り
- 合法手生成
- ツリー構造
- などなど
-
### Description
The following code doesn't compile with `nim r main.nim`:
main.nim:
```nim
import piecevalue
getPieceValue[int]()
```
piecevalue.nim:
```nim
import bitboard
func getPie…
tsoj updated
4 months ago
-
Whenever I try to add it to cute chess it says cannot run engine and doesn't add it why does this error comes .. I use python main.py in the command dialogue box and the directory of bot files in work…
-
## ゲームの分類
- 人数
- 2人が基本 (3人以上も当然ありうる)
- プレイヤーの存在しない0人ゲームも存在する (ex. ライフゲーム)
- パズルやクイズは1人ゲーム (ex. ソリティア)
- 利得の合計
- ゼロ和 or 非ゼロ和
- 有限 or 無限
- 有限なら、ゲームが終了するために満たすべき条件が与えられている
- 無限ゲームの実装は現実的に難…
-
I've been thinking about the purpose of the lists on the homepage and whether the current lists are fulfilling that or any purpose, and I had an idea I wanted to get feedback on.
What if we list th…
-
i just compiled your v0.2 and it runs fine in CuteChess GUI.
but i had a few errors (in fact only one) when compiling :
```
In file included from /home/roelof/Apps/Cmake/cmake-3.29.2-linux-x86_64…
-
See https://github.com/damus-io/damus/issues/2279
NIP-64: https://github.com/theborakompanioni/nips/blob/nip-64/64.md
Website: https://jesterui.github.io/nip64/
| app | Chess | plan…
-
i found your engine at https://chessengines.blogspot.com/2024/07/new-chess-engine-mufasa-01.html and then i discovered your GitHub page. I downloaded the code of the newest v0.1 but i had errors and w…
-
By saving bitboards as integers or strings until needed for use, at which point they can be reshaped. This will be much more memory efficient.
-
Hi,
When parsing games on lichess, I stumbled upon [this game](https://lichess.org/HqaZD4ZA#117), which almost has a double disambiguation checkmate. However, the only reason that I was able to fin…