Sanmill icon indicating copy to clipboard operation
Sanmill copied to clipboard

Sanmill is an open-source, UCI-like Mill/Morris/Merrills/Mühle/Malom (and its variants) program with CUI, Flutter GUI and Qt GUI, sharing and freely distributing the code, tools and data needed to del...

Results 190 Sanmill issues
Sort by recently updated
recently updated
newest added

Lasker ``` 1. b4 d6 2. f2 d2 3. c5 d7 4. d5 e5 5. e3 c4 6. g4 f4 7. a1 d3 8. d1 g1 9. a1-a4 a1 10....

bug

```cpp const Square from = MoveList::movePriorityList[i]; ``` Should select pieces on board!

bug

```cpp // Board is full at the end of Placing phase if (rule.pieceCount == 12 && (pieceOnBoardCount[WHITE] + pieceOnBoardCount[BLACK] >= SQUARE_NB)) { // TODO: BoardFullAction: Support other actions ```

bug

iPhone: Cannot show text in tutial. Ref: https://github.com/flutter/flutter/issues/128885

bug

[FEN "****OO@@/OO@OOOOO/******** b m s 9 0 3 0 0 0 0 1"] [SetUp "1"] 1. c5-d5 d2-d1 2. c4-d2 d6-d7 3. d5-d6 b4-a4 4. f4-b4 c3-c4 5. d2-f4 b2-d2

bug

![IMG_20240525_103947_792.jpg](https://github.com/calcitem/Sanmill/assets/51521682/d9db83f5-803e-40c6-b187-8f47dba886db)

enhancement

Мельница - одна из самых древних игр, и в классическом варианте у каждого игрока по 9 шашек (9 белых и 9 чёрных). Цель игры - поставить свои шашки таким образом,...

enhancement

```dart return ret ? const HistoryOK() : const HistoryRule(); ```

bug

1. d2 b4 2. f4 d6 3. f6 d1 4. f2xb4 b4 5. b2xb4 b4 6. a4 d3 7. c4 e4 8. d5 g4 9. c5 a7 10. c4-c3 d1-a1...

bug

### Ponder Mode in UCI Chess Engines **Ponder Mode** is a feature in the UCI (Universal Chess Interface) protocol that allows a chess engine to continue thinking during the opponent’s...

enhancement