Deep blue mind with stockfish smell by dick-claus

[raw]
made by dick-claus for Ludum Dare 48 (COMPO)

Chess engine goes deeper and deeper

ld48-cover.png

One day Chess Engine won a grand master. But the main power of a human mind is creativity.

Unleash the power of your creativity and force ~~stupid~~ chess engine to go deeper and deeper to find a solution.

With each level engine will go to analyze board deeper. Your goal is to create "Mate in X moves" problem. After you done press go deeper.

Ratings

Given 2🗳️ 1🗨️

Feedback

LDJam user 235146
25. Apr 2021 · 20:20 UTC
I think i figured out a pattern :P

![pattern.png](///raw/a86/93/z/3c216.png)
Quinn_Patrick
26. Apr 2021 · 19:46 UTC
I think this entry is too smart for me, but the take on the theme is fantastic. I wish it was more clear to me (a very casual chess player) what exactly I'm supposed to do. Highly innovative and creative, though, nice job.
Chumzy
27. Apr 2021 · 01:03 UTC
Its pretty fun to mess around with. It fits the theme pretty well. I think it'd be nice if it showed you how it made the shortest checkmate (Like what moves it made) but that'd be difficult to add.
danvil
28. Apr 2021 · 07:43 UTC
Very nice idea! Would be nice to see the moves it made for the solution, or to see a shorter solution in case it found one.
🎤 dick-claus
28. Apr 2021 · 11:03 UTC
Hi, thanks for the feedback. @chumzy actually it will be very easy to add. As engine is already suggest moves if it can find a mate. I just need to implement execution of moves. Great idea maybe I will add it in post mortem version.
ancooper
02. May 2021 · 03:44 UTC
![chess.PNG](///raw/452/51/z/41f9c.png)

Why is there no mate on the board in 3 moves?
🎤 dick-claus
10. May 2021 · 07:56 UTC
Hi @ancooper you right there is the mate in 3 in this situation. You see the engine is not like a human it has to go to depth 5 to find that it left the promising move behind. My game is currently going only to the depth of the level. And you have to create a forced mate situation I guess or the engine would not find it. I've tried to just look for mate in X and engine goes crazy sometimes when you make a mistake. I need to find the better approach in finding the answer without breaking a game.
ancooper
10. May 2021 · 12:20 UTC
Yes. I've experimented with this. The concept is very interesting. I saw the logs in chrome.

If I look at this example above and click "go deeper", the game responds: bestmove a2a3 ponder a8a7. Click again and again: bestmove c1c6 ponder a7a8, bestmove c6a6

Technically, the game gave the answer in three moves))