Launching today

Chess Adventure
A simple chess app built for kids who can't read yet
9 followers
A simple chess app built for kids who can't read yet
9 followers
Most chess apps are too complex for young kids — full of text, menus, and settings they can't navigate. Chess Adventure is built from the ground up for children who are just starting out. Clean visual UI, no reading required. Play against an AI that starts with random moves and gradually gets smarter as you win — or play pass-and-play with someone on the same device. No ads, no subscriptions. One optional one-time purchase for extra color themes, but the full game is free.









Curious about the AI difficulty scaling here, does it adapt based purely on win/loss outcomes or does it also factor in things like move complexity or time taken. And how many difficulty levels does the kid realistically progress through before hitting the ceiling.
@hamidesevg79879
Great question! The difficulty adapts based purely on win/loss outcomes — no move complexity or time tracking involved.
Under the hood there are two parameters that adjust automatically:
Randomness vs calculated moves (0–100) — at 0 the AI makes completely random moves, at 100 it always picks the best move it can find
Think time (500ms–3000ms) — how long the AI spends evaluating each move
These two together create a wide progression range. At the lowest end the AI is basically playing randomly, which means even a 5-year-old can win. At the highest end it's running Stockfish (via a C# port called Portfish) at full think time, which is a serious opponent.
In practice the child progresses through many incremental steps before hitting the ceiling — and both sliders are also manually adjustable in settings, so parents can fine-tune it if the auto-scaling moves too fast or too slow for their kid.
Tried this with my niece and she figured it out on her own in minutes. The no-text approach actually works, and the AI ramping up after wins kept her challenged without getting frustrated.
@abdulsamet2lqg
Thank you so much, this is exactly the kind of feedback that makes the whole project feel worth it!