tty-solitaire/lib
2010-04-20 14:11:16 -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 Passing cards from the stock to the waste pile. 2010-04-20 14:11:16 -03:00
cursor.h Passing cards from the stock to the waste pile. 2010-04-20 14:11:16 -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 Passing cards from the stock to the waste pile. 2010-04-20 14:11:16 -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 Passing cards from the stock to the waste pile. 2010-04-20 14:11:16 -03:00
game.h Passing cards from the stock to the waste pile. 2010-04-20 14:11:16 -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 Suit symbols work on all terminals now. 2010-04-20 02:10:03 -03:00
util.h Broke some functions into smaller pieces, added the initial keyboard interface. 2010-04-13 01:07:06 -03:00