After looking at different 3D chess variants I decided to build my own 3D board. But I did not build but program it in 3D with OpenGL To program a standard chess board with 3D pieces was easy. I know it can look better but what I programmed can be viewed from any viewpoint. My program requires a decent graphics card most likely GeForce or better, also updated graphics drivers are a good idea since not having them can make a picture that do not look good.It is a bit tricky to move the viewpoint to right position.Movement can so far only be done by coding it at the moment, but I will fix it. Im more unsure if I will program the computer AI, since I know almost nothing about how to do it.
I made the squares in a level not connect so it is possible to look what is underneath the current level. I think this helps but it was not enough.
To make it easier to see pieces and how they move I made some things that would be hard or impossible to do at an physically 3D board.
Written by Per Trygve Myhrer.