Rev 195 | Last modification | Compare with Previous | View Log | Download | RSS feed
Chess Giants was (and still is?) a chess software handcrafted with much attention to quality, style and detail.
I wrote this software in 2010 when Microsoft removed from Windows 7 the excellent chess game they had since Windows Vista, Chess Titans. I wrote Chess Giants from scratch (including the Direct3D engine), added Windows XP support, other high-level chess engines (UCI and CECP), skinnable themes and sounds, and network play (using the FICS chess server).
This program was long distributed as a donationware, but I eventually made it open source. It's still working well in 2024 on Windows 11.
If I were to redo it today, it would probably be a mobile app reusing a 3rd-party 3D engine (e.g. Unity, Unreal or Godot) instead of writing my own engine like I did here.
This was the first game I ever did seriously, and it aged not too bad. I don't feel shame in 2024 at how it looks. Rest assured that my quality of coding has much evolved since :)
All this code was written from scratch by me with zero initial knowledge, so certainly some things might not be done in the orthodox way.
Open the Visual Studio solution file -> Generate.
--
Pierre-Marie Baty pm@pmbaty.com