Chess 3D simulator implemented in OpenGL. This program allows users to play a chess gameplay saved in a .txt file, in a format created by us, based on the classic chess notation.
N
- next chess moveLeft arrow
- move the camera to the leftRight arrow
- move the camera to the rightUp arrow
- move the camera forwardDown arrow
- move the camera backwardsPage Up
- move the camera upPage Down
- move the camera downW
- turn the board upS
- turn the board downA
- turn the board to the leftD
- turn the board to the right1
- white player's perspective2
- black player's perspective3
- first side view of the board4
- second side view of the board5
- top view of the boardESC
- end gameplay
- red pawn - check
- green and red pawns - the end of the game (winning pawns become green, loosing pawns become red)
- green pawns - stalemate (all pawns become green)
- made in Visual Studio 2019
- debug x86