Over the past few months, I’ve been working on a small passion project during evenings and weekends - a chess puzzle game called Endspiel. It’s not a full-blown chess engine or anything like that - just a simple game focused on solving chess puzzles in a clean, minimalistic UI.
I built the entire game solo in under 4 months, mostly in my spare time after work. The game is written entirely in C++. It runs on Windows, Linux, macOS, Android, iOS, and also in the browser (via WebAssembly). I used my own cross-platform game framework, which I originally developed for a previous project. It’s partially based on SDL2 (except on Windows, where I use native APIs).
If anyone’s interested, you can play it here: https://endspiel.online/play/
More details here: https://endspiel.online
Also available on App Store and Google Play
Please give it a try! Any feedback is welcome:)