Skip to content

Commit a06cfb7

Browse files
committed
- update to readme for manual mode
1 parent a3dc8be commit a06cfb7

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

RonSijm.ButtFish/EngineSelector.cs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ public static (string Name, string Path) SelectEngine(Dictionary<string, string>
4343
{
4444
return locatedEngines[selectedIndex - 1];
4545
}
46-
} while (true);
46+
}
47+
while (true);
4748
}
4849

4950
private static void ShowNoViableEnginesWarning(Dictionary<string, string> engines)
@@ -54,12 +55,10 @@ private static void ShowNoViableEnginesWarning(Dictionary<string, string> engine
5455

5556
foreach (var optionsEngine in engines)
5657
{
57-
Console.WriteLine(
58-
$"Expected Executable for {optionsEngine.Key} to be at '{startupPath}\\{optionsEngine.Value}'");
58+
Console.WriteLine($"Expected Executable for {optionsEngine.Key} to be at '{startupPath}\\{optionsEngine.Value}'");
5959
}
6060

61-
Console.WriteLine(
62-
"You can download StockFish over here: https://github.com/RonSijm/ButtFish/blob/main/RonSijm.ButtFish/stockfish_15_x64_avx2.exe");
61+
Console.WriteLine("You can download StockFish over here: https://github.com/RonSijm/ButtFish/blob/main/RonSijm.ButtFish/stockfish_15_x64_avx2.exe");
6362
Console.WriteLine("You can LC0 over here: https://lczero.org/play/download/");
6463
}
6564

readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,10 @@ As you can see by the diagram, if we'd have to wait for "the chosen one" with in
5858
#### Config
5959

6060
- [x] End Position Only [Expert] By just knowing the end position, a serious chess player would know intuitively which piece belongs there. ~ [Hikaru](https://youtu.be/ifJnWVSoyAY?t=431)
61-
- `appsettings.json` -> EndPositionOnly -> true
62-
61+
- `appsettings.json` -> EndPositionOnly -> true (default false)
62+
- [x] Use Manual Input - Skip using a chess engine, and manually send moves to devices. Allows you to manually input moves to broadcast instead
63+
- `appsettings.json` -> UseManualInput -> true (default false)
64+
6365
#### Tested and Supported Engines
6466

6567
- [x] Stockfish (stockfish_15_x64_avx2.exe)
@@ -175,3 +177,6 @@ NASA and I have different priorities I suppose...
175177
- Stockfish C# library: https://github.com/Oremiro/Stockfish.NET
176178
- Yeelight C# library: https://github.com/roddone/YeelightAPI
177179
- ColorfulConsole C# library: https://github.com/tomakita/Colorful.Console
180+
181+
## Contact and questions:
182+
I've created a Discord, though now it's just me, lol.. https://discord.gg/cDC6VkUn2X - but you can ask stuff here

0 commit comments

Comments
 (0)