mikedilger on Nostr: I have nice clean way to add lines to the database via code, partly checked by the ...
I have nice clean way to add lines to the database via code, partly checked by the compiler, and checked for validity by the code as it is injected into the database. Looks like:
l.l("e4 e5 d4", "Center Game", Unrated, "", None)?;
l.l("e4 e5 d4 exd4", "Center Game Accepted", Unrated, "", None)?;
l.l("e4 e5 d4 exd4 f4", "Center Game, Halasz-McDonnell Gambit", Unrated, "", None)?;
l.l("e4 e5 d4 exd4 c3", "Danish Gambit", Preferred, "Hikaru/Gotham legendary for beginners", None)?;
I have programs to set stockfish off on analyzing a position.
I have a way of launching it to start at any FEN you want, so you can practice that. These FENs can come from the lichess puzzles database, for example. Soon they will be plugged together so I can just play the puzzles.
I'm relegating this programming to the weekend since it's not nostr and I'm funded to work on nostr. But I might tie these into nostr if people think it is a good idea.
l.l("e4 e5 d4", "Center Game", Unrated, "", None)?;
l.l("e4 e5 d4 exd4", "Center Game Accepted", Unrated, "", None)?;
l.l("e4 e5 d4 exd4 f4", "Center Game, Halasz-McDonnell Gambit", Unrated, "", None)?;
l.l("e4 e5 d4 exd4 c3", "Danish Gambit", Preferred, "Hikaru/Gotham legendary for beginners", None)?;
I have programs to set stockfish off on analyzing a position.
I have a way of launching it to start at any FEN you want, so you can practice that. These FENs can come from the lichess puzzles database, for example. Soon they will be plugged together so I can just play the puzzles.
I'm relegating this programming to the weekend since it's not nostr and I'm funded to work on nostr. But I might tie these into nostr if people think it is a good idea.