Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 293 Bytes

3D Chess by Eric Froese

3D Chess game written by Eric Froese. Compile with g++ 11. Ensure that you have glut and OpenGL libraries installed.

Uses custom .obj file parser and OpenGL to draw 3D models with OpenGL library. Minimax algorithm with alpha-beta pruning for computer moves.