Subversion Repositories Games.Chess Giants

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
195 pmbaty 1
# Chess Giants
2
 
3
![Chess Giants screenshot](https://pmbaty.com/chess/pic-2.jpg "Chess Giants screenshot")
4
 
5
[Chess Giants](https://www.pmbaty.com/chess) was (and still is?) a chess software handcrafted with much attention to quality, style and detail.
6
 
7
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).
8
 
9
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.
10
 
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.
12
 
13
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 :)
14
 
15
## How to build
16
 
17
Open the Visual Studio solution file -> Generate.
18
 
19
 
20
-- 
21
Pierre-Marie Baty <pm@pmbaty.com>