-
Notifications
You must be signed in to change notification settings - Fork 1
Rubik's Cube
License
santa01/rubik
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Rubik's Cube game Latest version of the game is available at: https://github.com/santa01/rubik Controls: <RMB> - rotate the cube; <LMB> - move section; <P> - pause game; <S> - shuffle cube; <ESQ> - quit game. Rubik requires graphene, math and signals libraries: https://github.com/santa01/graphene https://github.com/santa01/math https://github.com/santa01/signals By default rubik will try to load resources from /usr/local/share/rubik. You can override this path at configure time: cmake -DRUBIK_DATADIR="/path/to/data/dir" . For development its essential to use the project root as data directory: cmake -DRUBIK_DATADIR="." . If you are interested in the game, you can contact me via santa.ssh@gmail.com The game is licensed under MIT license, see COPYING for details.