David Vereb
|
6839b93fe5
|
BUGFIX: It was resetting the y & x positions prior to returning for the bottom row of the board.
|
2023-04-06 17:30:52 -04:00 |
|
David Vereb
|
52a5cbd90e
|
Put grid drawing code in a function call.
|
2023-04-06 15:13:33 -04:00 |
|
|
d2b0e8fb29
|
Added ability to print month and day numbers, but printing ALL of them prior to overlaying.
|
2023-04-04 22:10:13 -04:00 |
|
|
3a9f4dac20
|
Added positioning.
|
2023-04-03 22:25:08 -04:00 |
|
|
153a80ddbe
|
Moved demo stuff into Demo.h and Demo.cpp. Added ability to place pieces from terminal, though positional data hasn't been implemented yet.
|
2023-04-03 22:13:21 -04:00 |
|
|
0d889306e5
|
Added ability to flip piece data.
|
2023-04-03 21:22:44 -04:00 |
|
|
ee82117f19
|
Got rid of a lot of extra PD_ stuff.
|
2023-04-03 20:59:23 -04:00 |
|
|
9da2be773a
|
Trying piece data with vectors of vectors of booleans.
|
2023-04-02 22:15:17 -04:00 |
|
|
59cab98b20
|
Added piece title. Probably going to refactor rotate, draw, etc. next before adding flip.
|
2023-04-02 12:53:00 -04:00 |
|
|
75a8f365ce
|
Width & Height take rotations into account.
|
2023-04-02 12:41:16 -04:00 |
|
|
10c06d8103
|
Show all pieces and their rotations in demo mode. Need to add FLIP.
|
2023-04-02 12:31:01 -04:00 |
|
|
1c24ed4670
|
Initial Commit
|
2023-04-02 10:09:17 -04:00 |
|