David Vereb dvereb
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-03 09:45:36 -05:00
f3e0917a38 Oops. .end() is one past the end, so get rid of the -1.
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-02 17:48:08 -05:00
dvereb pushed to master at dvereb/Advent-of-Code 2024-12-02 14:07:44 -05:00
f7083ef726 Added some missing old files and new day2 of 2024.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2024-11-08 15:51:55 -05:00
6b8e848cc3 Notes for freeing up a SINGULAR byte.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-08-15 11:12:06 -04:00
5abdbaae3e Added TODO
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-08 15:02:16 -04:00
076be31e79 Added solution for 2023-04-08
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-06 17:33:10 -04:00
df83eef66c Started a solutions file.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-06 17:30:58 -04:00
6839b93fe5 BUGFIX: It was resetting the y & x positions prior to returning for the bottom row of the board.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-06 15:13:40 -04:00
52a5cbd90e Put grid drawing code in a function call.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-04 22:10:25 -04:00
d2b0e8fb29 Added ability to print month and day numbers, but printing ALL of them prior to overlaying.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-03 22:25:20 -04:00
3a9f4dac20 Added positioning.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-03 22:23:11 -04:00
97eb0d450c Added positioning.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-03 22:13:33 -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.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-03 21:22:56 -04:00
0d889306e5 Added ability to flip piece data.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-03 20:59:51 -04:00
ee82117f19 Got rid of a lot of extra PD_ stuff.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-03 20:52:17 -04:00
59bd17a0ec Added code for rotation piece data 90 degrees and 270 degrees.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-02 22:15:30 -04:00
9da2be773a Trying piece data with vectors of vectors of booleans.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-02 21:52:25 -04:00
ac95bac62e Trying piece data with vectors of vectors of booleans.
dvereb pushed to main at dvereb/A-Puzzle-A-Day 2023-04-02 13:12:45 -04:00
59cab98b20 Added piece title. Probably going to refactor rotate, draw, etc. next before adding flip.
75a8f365ce Width & Height take rotations into account.
10c06d8103 Show all pieces and their rotations in demo mode. Need to add FLIP.
1c24ed4670 Initial Commit
Compare 4 commits »
dvereb created branch main in dvereb/A-Puzzle-A-Day 2023-04-02 13:12:45 -04:00