Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
# Chess Giants
![Chess Giants screenshot](https://pmbaty.com/chess/pic-2.jpg "Chess Giants screenshot")
[Chess Giants](https://www.pmbaty.com/chess) 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](https://en.wikipedia.org/wiki/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 :)
## How to build
Open the Visual Studio solution file -> Generate.
--
Pierre-Marie Baty <pm@pmbaty.com>