bourgeoisor / chess3d

A simplistic two-player interactive game of chess in 3D using OpenGL and C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess3D

A simplistic two-player interactive game of chess in 3D-space using OpenGL and C++. The camera moves freely on a fixed sphere and the pieces can be precisely selected and moved using the mouse. Basic ruleset of chess is implemented.

Screenshot

ScreenShot

How to Run

First, compile the source:

make

Then, simply run the resulting executable:

./chess

Development State

Chess3D is not currently being actively worked on. That being said, if you want to contribute to this project, please feel free to either message me for more information or to directly send in a pull request.

About

A simplistic two-player interactive game of chess in 3D using OpenGL and C++.

License:MIT License


Languages

Language:C++ 98.1%Language:Makefile 1.9%