Commit Graph

17 Commits

Author SHA1 Message Date
David Vereb
6b8e848cc3 Notes for freeing up a SINGULAR byte. 2024-11-08 14:38:23 -05:00
David Vereb
5abdbaae3e Added TODO 2023-08-15 11:11:59 -04:00
076be31e79 Added solution for 2023-04-08 2023-04-08 15:02:03 -04:00
David Vereb
df83eef66c Started a solutions file. 2023-04-06 17:33:02 -04:00
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
59bd17a0ec Added code for rotation piece data 90 degrees and 270 degrees. 2023-04-03 20:45:59 -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