tty-solitaire/lib
2010-04-20 01:11:42 -03:00
..
card.c Moved code into 'game' and 'util', removed unnecessary headers. 2010-04-12 23:42:21 -03:00
card.h Added functions to cover and expose cards. 2010-04-11 17:15:34 -03:00
cursor.c Created the cursor object, and it moves! 2010-04-20 01:11:42 -03:00
cursor.h Created the cursor object, and it moves! 2010-04-20 01:11:42 -03:00
deck.c Moved code into 'game' and 'util', removed unnecessary headers. 2010-04-12 23:42:21 -03:00
deck.h Moved code into 'game' and 'util', removed unnecessary headers. 2010-04-12 23:42:21 -03:00
display.c Making room for cursor, DRY'ing up code. 2010-04-19 21:58:31 -03:00
display.h Moved code into 'game' and 'util', removed unnecessary headers. 2010-04-12 23:42:21 -03:00
frame.c The 'height' and 'width' fields aren't necessary. 2010-04-11 17:15:36 -03:00
frame.h The 'height' and 'width' fields aren't necessary. 2010-04-11 17:15:36 -03:00
game.c Created the cursor object, and it moves! 2010-04-20 01:11:42 -03:00
game.h Created the cursor object, and it moves! 2010-04-20 01:11:42 -03:00
keyboard.c Broke some functions into smaller pieces, added the initial keyboard interface. 2010-04-13 01:07:06 -03:00
keyboard.h Broke some functions into smaller pieces, added the initial keyboard interface. 2010-04-13 01:07:06 -03:00
stack.c Moves to maneuvre stack must consider when it isn't empty, also. 2010-04-11 18:22:13 -03:00
stack.h When a card is moved between stacks, its coordinates are refreshed. 2010-04-11 17:15:33 -03:00
util.c Broke some functions into smaller pieces, added the initial keyboard interface. 2010-04-13 01:07:06 -03:00
util.h Broke some functions into smaller pieces, added the initial keyboard interface. 2010-04-13 01:07:06 -03:00