Skip to content

Commit 7a8d482

Browse files
committed
updated readmes
1 parent 3d2b8ff commit 7a8d482

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

2024/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Advent of Code 2024
22

3+
Rather easy set of puzzles for AoC standards, with couple outstanding pieces in it.
4+
35
[https://adventofcode.com/2024](https://adventofcode.com/2024)
46

57
[JavaScript implementation](https://github.com/surgi1/adventofcode/tree/main/2024)
@@ -8,7 +10,21 @@
810

911
Puzzles with exceptional entertainment value and/or unconventional thinking necessary fit the highlights for me. Usually the most fun/challenging experience is hidden in Part 2 of the puzzle.
1012

11-
TBD.
13+
* [Day 15: Warehouse Woes](https://adventofcode.com/2024/day/15) - [code](https://github.com/surgi1/adventofcode/tree/main/2024/day15) - [live](https://surgi1.github.io/adventofcode/2024/day15/index.anim.html) - cool little warehouse reorganizing robot! Sleek visuals!
14+
* [Day 21: Keypad Conundrum](https://adventofcode.com/2024/day/21) - [code](https://github.com/surgi1/adventofcode/tree/main/2024/day21) - Yo Dawg! Heard you like to control robots, so we put robots in charge of controlling robots, so you can control robots while controlling robots!
15+
* [Day 24: Crossed Wires](https://adventofcode.com/2024/day/24) - [code](https://github.com/surgi1/adventofcode/tree/main/2024/day24) - It always feels awesome to have to resort to solving puzzle by hand!
16+
1217

1318
## Screenshots
1419

20+
### Day 15: Anybody recalls how this game was called?
21+
22+
![Warehouse box shuffle](https://surgi1.github.io/adventofcode/screenshots/2024_15.png)
23+
24+
### Day 14: Find the picture of the tree they said. It'll be fun they said.
25+
26+
![Christmas tree located](https://surgi1.github.io/adventofcode/screenshots/2024_14.png)
27+
28+
29+
## !IMPORTANT! Message to AoC creator
30+
![10 more years, Eric!](https://surgi1.github.io/adventofcode/screenshots/10_more_pls.png)

2024/day14/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ https://adventofcode.com/2024/day/14
44

55
JavaScript implementation
66

7-
Check it live at https://surgi1.github.io/adventofcode/2024/day14/index.html
7+
Check it live at https://surgi1.github.io/adventofcode/2024/day14/index.html
8+
9+
![Christmas tree located](https://surgi1.github.io/adventofcode/screenshots/2024_14.png)

2024/day15/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ https://adventofcode.com/2024/day/15
44

55
JavaScript implementation
66

7-
Check it live as animated version at https://surgi1.github.io/adventofcode/2024/day15/index.anim.html
7+
Check it live as animated version at https://surgi1.github.io/adventofcode/2024/day15/index.anim.html - bring your input!
8+
9+
Video of the solution: https://www.youtube.com/watch?v=ndmizOgDHC0
10+
11+
![Warehouse box shuffle](https://surgi1.github.io/adventofcode/screenshots/2024_15.png)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
During the Advent of year 2020 I realised that I finally have enough spare time to enjoy the legendary [Advent of Code](https://adventofcode.com/). While coding through the newly released puzzles, I decided to open one of the earlier years' set. Just to check a couple of those puzzles and see if it is any different. Fast-forward few days I found myself admiring the animated ASCII art that gets displayed on the calendar main page after completing the whole set. Solving these little, well-thought-through tasks became a habit, rendering me overjoyed and satisfied.
44

5-
Hence comes this repo, documenting my path to gathering now 450★ stars and beyond, as I was fortunate enough to enjoy the fun even in the years that followed.
5+
Hence comes this repo, documenting my path to gathering now 500★ stars and beyond, as I was fortunate enough to enjoy the fun even in the years that followed.
66

77
## Lessons learnt
88

@@ -39,6 +39,7 @@ Whole repo is deployed on [Github Pages](https://surgi1.github.io/adventofcode/)
3939
- [Summary for 2021](https://surgi1.github.io/adventofcode/2021)
4040
- [Summary for 2022](https://surgi1.github.io/adventofcode/2022)
4141
- [Summary for 2023](https://surgi1.github.io/adventofcode/2023)
42+
- [Summary for 2024](https://surgi1.github.io/adventofcode/2024)
4243

4344
## Teasers
4445

0 commit comments

Comments
 (0)