David Vereb dvereb
13 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
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
dvereb created repository dvereb/A-Puzzle-A-Day 2023-04-02 13:12:03 -04:00
dvereb pushed to master at dvereb/Advent-of-Code 2022-12-20 15:47:00 -05:00
450b9c790b Added 11 to repo, empty.
dvereb pushed to master at dvereb/Advent-of-Code 2022-12-20 15:30:42 -05:00
f80787cadb Refactored a bit to get the answer for part 2, day 10.
dvereb pushed to master at dvereb/Advent-of-Code 2022-12-20 15:10:43 -05:00
37c1fb045f Part 1 complete.
dvereb pushed to master at dvereb/Advent-of-Code 2022-12-18 23:34:25 -05:00
03b991a582 Added day 10, but then the queue popped in FACEIT.
dvereb pushed to master at dvereb/Advent-of-Code 2022-12-17 14:51:06 -05:00
ad3e9e42bb Added part 2.
dvereb pushed to master at dvereb/Advent-of-Code 2022-12-17 14:02:18 -05:00
68552d259d Part 1 of day 9 complete.
dvereb pushed to master at dvereb/Advent-of-Code 2022-12-17 12:40:56 -05:00
b9cb43378c Finished day 8.
dvereb pushed to master at dvereb/Advent-of-Code 2022-12-13 08:56:09 -05:00
4b86074a06 Refactor, but did it get better?
dvereb pushed to master at dvereb/Advent-of-Code 2022-12-13 08:55:24 -05:00
71a4c32d60 Refactor, but did it get better?
dvereb pushed to master at dvereb/Advent-of-Code 2022-12-11 17:00:03 -05:00
575b9e8aed I'm not proud of this, but it works. lol. (day 8).