Chess Coach
- 2 Devlogs
- 8 Total hours
Chess Coach
Chess Coach
You can now play chess against a bot!
Chose between different kinds of difficulties, and ask the coach to review your game!
Added a working chess board.
Started building the bot!
How does this work?
So basically, chess.com has its own bot for game reviews (unlimited for paid users) but it only looks at that one games details and helps you with that.
My website basically pulls in the data of your user through the public endpoint from chess.com. We get all game data and feed it to an AI.
I am building two different modes for it. 1. thats pretty “brutal” while the other is “nicer-er”. Everything will be free, but slow -> uses glm 5.1 from NIM. (If I do add a paid tier, it will include faster inference and stuff).
So currently, I got the the system prompts ready and a base of the website. (Gets game data and gives you a review)
I will be adding chess boards soon and a better UI!