Chess Game with DirectX 12 Rendering and Networked Multiplayer
- Basic Chess Rules
- Blinn-Phong Shading
- OBJ Model load and view
- TCP/IP + IPv4 multiplayer chess game
Go to PROJECT_NAME/Run/ and Run PROJECT_NAME_Release_x64.exe
- Clone Project
git clone --recurse-submodules https://github.com/cloud-sail/ChessDX.git- Open Solution
PROJECT_NAME.slnfile
- In Project Property Pages
- Debugging->Command:
$(TargetFileName) - Debugging->Working Directory:
$(SolutionDir)Run/
- Debugging->Command:
GToggle Present ModeFToggle Auto Camera / Free-fly Camera- Mouse Click to move chess pieces, hold ctrl to move pieces ignoring rules
- ` to open dev console. DevConsole commands are not listed.


