-
Advent of Code 2024 day 14, RPG edition
This is the fourteenth day of Advent of Code, let’s solve today’s puzzles with RPG. The puzzle as well as the input data are available here. The code is available here. Part 1 We are provided with a (stream) file containing robots initial positions and speeds. The robots teleport at...
-
Advent of Code 2024 day 13, RPG edition
This is the thirteenth day of Advent of Code, let’s solve today’s puzzles with RPG. The puzzle as well as the input data are available here. The code is available here. Part 1 We are provided with a (stream) file containing configurations for a claw machine. The claw machine has...
-
Advent of Code 2024 day 12, RPG edition
This is the twelfth day of Advent of Code, let’s solve today’s puzzles with RPG. The puzzle as well as the input data are available here. The code is available here. Part 1 We are provided with a (stream) file containing a map of the garden plots. Each plot grows...
-
Advent of Code 2024 day 11, RPG edition
This is the eleventh day of Advent of Code, let’s solve today’s puzzles with RPG. The puzzle as well as the input data are available here. The code is available here. Part 1 We are provided with a (stream) file containing numbers engraved on stones. Each time we blink, the...
-
Advent of Code 2024 day 10, RPG edition
This is the tenth day of Advent of Code, let’s solve today’s puzzles with RPG. The puzzle as well as the input data are available here. The code is available here. Part 1 We are provided with a (stream) file containing a topographic map. We need to indentify hiking trails...
-
Advent of Code 2024 day 9, RPG edition
This is the nineth day of Advent of Code, let’s solve today’s puzzles with RPG. The puzzle as well as the input data are available here. The code is available here. Part 1 We are provided with a (stream) file containing a disk map. It is a single line containing...
-
Advent of Code 2024 day 8, RPG edition
This is the eighth day of Advent of Code, let’s solve today’s puzzles with RPG. The puzzle as well as the input data are available here. The code is available here. Part 1 We are provided with a (stream) file containing a map of antennas and their frequencies. Each pair...
-
Advent of Code 2024 day 7, RPG edition
This is the seventh day of Advent of Code, let’s solve today’s puzzles with RPG. The puzzle as well as the input data are available here. The code is available here. Part 1 We are provided with a (stream) file containing a serie of equations with the operators missing. The...
-
Advent of Code 2024 day 6, RPG edition
This is the sixth day of Advent of Code, let’s solve today’s puzzles with RPG. The puzzle as well as the input data are available here. The code is available here. Part 1 We are provided with a (stream) file containing a map of an area containing obstacles that is...
-
Advent of Code 2024 day 5, RPG edition
This is the fifth day of Advent of Code, let’s solve today’s puzzles with RPG. The puzzle as well as the input data are available here. The code is available here. Part 1 We are provided with a (stream) file containing two data sets: page ordering rules: each line contains...