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
- Host: GitHub
- URL: https://github.com/ericdude4/chess
- Owner: ericdude4
- Created: 2016-01-02T21:28:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-11T16:06:55.000Z (over 10 years ago)
- Last Synced: 2025-05-08T17:51:21.825Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 1.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.