RufasSok
- April 17, 2016
- fastrgv
## RufaSok Introduction This is a minimalistic version of the Sokoban puzzle game. It uses data in a format that is found on the internet, perhaps requiring a small bit of editting. The beauty of this implementation is that it is fully OpenGL 3.3 core profile, and uses no OpenGL-deprecated functions. It has few embellishments, but it does have undo (u), restart (r), and setpoint (z) functions. Eac…