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

https://github.com/dideler/divs

3D Chess in C++ and OpenGL
https://github.com/dideler/divs

Last synced: 9 months ago
JSON representation

3D Chess in C++ and OpenGL

Awesome Lists containing this project

README

          

DIVS Chess
==========

![](http://i.imgur.com/97YsLv3.png)

Viktor (@vikisonline) and I wrote this 3D chess program, complete with shitty
AI, in roughly half a month during the end of 2009 and start of 2010. It was crunch time.

We [hosted the project on SF](https://sourceforge.net/projects/divschess/) and
[Google Code](https://code.google.com/p/divs/) after we finished but never touched it.
Apparently people are still downloading it!

Features:

- Choose AI difficulty
- Editable board
- Basic move log
- Toggle graphics
- 3D graphics & move highlighting

I'm afraid to look at the code now. Please don't judge us on based on this old work.

Below is our original README!

-----------------------------

Compilation: sh maker.sh
Run: ./chess
Website: http://sites.google.com/site/chessatbrock

Use arrows/mousemovements while holding middle button to rotate view.
Use right click menu for game setting changes. (edit mode has to be toggled before editing can take place)
Left click on square to select piece, left click on new location where its supposed to move to.
Enjoy :D