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
- Host: GitHub
- URL: https://github.com/dideler/divs
- Owner: dideler
- License: unlicense
- Created: 2013-09-28T05:04:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-04T17:44:22.000Z (over 12 years ago)
- Last Synced: 2023-03-12T03:51:46.709Z (over 3 years ago)
- Language: C
- Homepage: https://code.google.com/p/divs/
- Size: 598 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DIVS Chess
==========

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