Murilo Pereira
|
1b1481b0a4
|
Add the regular objects as a dependency for the tests.
* Also execute the 'test' rule silently
|
2011-02-06 23:26:06 -02:00 |
|
Murilo Pereira
|
64a278ca99
|
Makefile refactoring and introducing the 'test' rule.
* Moved the main source file to the lib directory
* ttysolitaire rather than tty-solitaire
|
2011-02-06 21:41:06 -02:00 |
|
Murilo Pereira
|
0019ad647b
|
Not using this function.
|
2011-02-06 21:27:39 -02:00 |
|
Murilo Pereira
|
8d1b2ca7b4
|
Declaring local functions as static.
|
2011-02-06 04:51:49 -02:00 |
|
Murilo Pereira
|
83df7ba92f
|
Removing useless method and expliciting headers.
|
2011-02-06 04:42:52 -02:00 |
|
Murilo Pereira
|
a5ee9230df
|
'puts' uses stdio.h.
|
2011-02-06 04:33:59 -02:00 |
|
Murilo Pereira
|
fc82c70b6a
|
Fixing indendation for 'switch'es.
|
2011-02-06 04:14:17 -02:00 |
|
Murilo Pereira
|
2a9d38116f
|
Declaring headers explicitly.
|
2011-02-06 04:10:54 -02:00 |
|
Murilo Pereira
|
56ab3aedb1
|
Constants are not used in the header.
|
2011-02-06 04:06:54 -02:00 |
|
Murilo Pereira
|
5adba921f9
|
Moving stack-related constants to the stack header file.
|
2011-02-06 04:03:40 -02:00 |
|
Murilo Pereira
|
75d1e5f23b
|
Pessimistic memory allocation.
* Added/removed headers as necessary
* Removed 'key_event' function from keyboard
|
2011-02-06 03:45:58 -02:00 |
|
Murilo Pereira
|
d1a7d6fc24
|
Ignore TODO.
|
2011-02-06 00:47:27 -02:00 |
|
Murilo Pereira
|
dc6319ecf2
|
This name makes more sense.
|
2011-02-06 00:47:27 -02:00 |
|
Murilo Pereira
|
a12a972daa
|
Clearing build warnings.
|
2011-02-06 00:47:27 -02:00 |
|
Murilo Pereira
|
196a11d1fe
|
Moving responsibility off from main file.
|
2011-02-06 00:47:27 -02:00 |
|
Murilo Pereira
|
8bd7147a8e
|
'draw_deck' is more consistent.
|
2011-02-06 00:47:27 -02:00 |
|
Murilo Pereira
|
a8c98d4756
|
Moving cursor declaration to the game file.
* Also moving some functions around.
|
2011-02-06 00:47:27 -02:00 |
|
Murilo Pereira
|
58fff35a20
|
WIP.
|
2011-02-05 23:42:14 -02:00 |
|
Murilo Soares Pereira
|
6545b996f2
|
Updating the debug branch's Makefile.
|
2010-04-22 01:52:08 -03:00 |
|
Murilo Soares Pereira
|
f7ee503596
|
The 'six' card was being print wrong.
|
2010-04-22 01:52:08 -03:00 |
|
Murilo Soares Pereira
|
459dc12549
|
The 'width' and 'height' fields don't exist anymore.
|
2010-04-22 01:52:08 -03:00 |
|
Murilo Soares Pereira
|
121e49e2b7
|
Inform what stack we're printing.
|
2010-04-22 01:52:08 -03:00 |
|
Murilo Soares Pereira
|
aca1ceffe7
|
Fixed failing build.
|
2010-04-22 01:52:06 -03:00 |
|
Murilo Soares Pereira
|
dc0ca7c4ca
|
Debug rather than test on everything.
|
2010-04-22 01:51:51 -03:00 |
|
Murilo Soares Pereira
|
b754c0a71e
|
Added the a debug function to print the values of the structures.
|
2010-04-22 01:51:27 -03:00 |
|
Murilo Soares Pereira
|
7558551ac1
|
Ignore the debug objects.
|
2010-04-22 01:51:10 -03:00 |
|
Murilo Soares Pereira
|
2c06189b6c
|
Added the initial test files.
|
2010-04-22 01:50:32 -03:00 |
|
Murilo Soares Pereira
|
202b316719
|
Moving cards through stacks.
|
2010-04-22 01:50:19 -03:00 |
|
Murilo Soares Pereira
|
7b39ec5cc6
|
Erasing stacks when empty. Also moved some event-related code to the keyboard object.
|
2010-04-21 04:14:39 -03:00 |
|
Murilo Soares Pereira
|
87909b5075
|
Passing cards from the stock to the waste pile.
|
2010-04-20 14:11:16 -03:00 |
|
Murilo Soares Pereira
|
ee3daeb30a
|
Suit symbols work on all terminals now.
|
2010-04-20 02:10:03 -03:00 |
|
Murilo Soares Pereira
|
4c9336f944
|
Created the cursor object, and it moves!
|
2010-04-20 01:11:42 -03:00 |
|
Murilo Soares Pereira
|
ebe1be2d55
|
Added the cursor object as a dependency.
|
2010-04-20 01:01:39 -03:00 |
|
Murilo Soares Pereira
|
a7bcc8e5a7
|
Making room for cursor, DRY'ing up code.
|
2010-04-19 21:58:31 -03:00 |
|
Murilo Soares Pereira
|
67f4775dc4
|
Broke some functions into smaller pieces, added the initial keyboard interface.
|
2010-04-13 01:07:06 -03:00 |
|
Murilo Soares Pereira
|
82d9ee9cb4
|
Added the keyboard object as a dependency.
|
2010-04-13 01:05:05 -03:00 |
|
Murilo Soares Pereira
|
e65e4e2875
|
Moved code into 'game' and 'util', removed unnecessary headers.
|
2010-04-12 23:42:21 -03:00 |
|
Murilo Soares Pereira
|
9459fc8242
|
Added new object dependencies and titleized the makefile.
|
2010-04-12 23:14:39 -03:00 |
|
Murilo Soares Pereira
|
9da78ff96c
|
Renamed license.
|
2010-04-12 20:43:45 -03:00 |
|
Murilo Soares Pereira
|
ed52f72ff0
|
Fixed functions to initialize the game and now initializing it from main.
|
2010-04-12 02:56:28 -03:00 |
|
Murilo Soares Pereira
|
73d79dcc92
|
Hack to print the '10' card value correctly.
|
2010-04-11 20:11:40 -03:00 |
|
Murilo Soares Pereira
|
5d7bb4bcb3
|
Draw the first card of the stack above all others.
|
2010-04-11 19:43:41 -03:00 |
|
Murilo Soares Pereira
|
45b7939665
|
Moves to maneuvre stack must consider when it isn't empty, also.
|
2010-04-11 18:22:13 -03:00 |
|
Murilo Soares Pereira
|
3100da49d6
|
Green background and invisible cursor.
|
2010-04-11 18:14:11 -03:00 |
|
Murilo Soares Pereira
|
6e802c682f
|
Removed references to debug.
|
2010-04-11 17:18:38 -03:00 |
|
Murilo Soares Pereira
|
714f537c72
|
The 'height' and 'width' fields aren't necessary.
|
2010-04-11 17:15:36 -03:00 |
|
Murilo Soares Pereira
|
2cd63146ca
|
Added function to deal the cards when the game starts.
|
2010-04-11 17:15:35 -03:00 |
|
Murilo Soares Pereira
|
d7f349a82c
|
Added functions to cover and expose cards.
|
2010-04-11 17:15:34 -03:00 |
|
Murilo Soares Pereira
|
0c798f3d56
|
When a card is moved between stacks, its coordinates are refreshed.
|
2010-04-11 17:15:33 -03:00 |
|
Murilo Soares Pereira
|
65a8b5e0e3
|
Added functions to draw the game's cards.
|
2010-04-11 17:14:53 -03:00 |
|