An open API service indexing awesome lists of open source software.

https://github.com/ericdude4/chess

:trophy: C++ and OpenGL chess program I made during my undergrad
https://github.com/ericdude4/chess

Last synced: about 1 year ago
JSON representation

:trophy: C++ and OpenGL chess program I made during my undergrad

Awesome Lists containing this project

README

          

# 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.