• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D26-Apr-2004158 43

BUGSH A D19-Nov-2008129 53

INSTALLH A D04-Dec-2003362 138

LICENCEH A D04-Dec-200338 21

MakefileH A D19-Nov-20081.2 KiB6027

READMEH A D04-Dec-2003703 2113

TODOH A D04-Dec-200361 32

cube.cH A D19-Nov-200838.5 KiB1,1951,072

cube.hH A D04-Dec-20032.8 KiB9629

device.hH A D16-Nov-2003639 4030

event.cH A D04-Dec-20031.7 KiB9563

event.hH A D04-Dec-2003427 249

fillpoly.cH A D19-Nov-200814.3 KiB601433

fillpoly.hH A D18-Oct-1999142 106

line.cH A D19-Nov-200830.5 KiB1,4561,094

line.hH A D18-Oct-1999258 1813

main.cH A D19-Nov-20085.2 KiB224187

messages.hH A D19-Nov-20082.2 KiB5847

poly.hH A D07-Dec-1999251 1913

screen.cH A D19-Nov-200828 KiB1,026871

screen.hH A D04-Dec-2003856 4831

version.hH A D19-Nov-200891 74

README

1This is rubix, a Rubik's cube for PC/GNU/Linux/X11 systems.
2
3The program will auto-load "rubix.dat" which is created when you
4save the current game, so you can continue from where you stopped.
5(it has to be in the same directory, you can run rubix -l saved_game.dat
6to change this default).
7
8Run "rubix -h" to have the commands during the game.
9
10Have fun with this.
11
12homepage: http://sed.free.fr/rubix/index.html
13
14Sed.
15
16PS: If you have a method to solve the Rubik's cube, send it to me !
17    If you did a program that solve it, by any mean, send it to me too !
18
19PPS: This program demonstrates the definite superiority of the "select"
20     approach compared to the multi-threaded one. (Yes it does ! :))
21