Skip to content

rkotze/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code

No peeking if you've not done the day 😉

Simple node script to help provide a space to solve the puzzles for Advent of code.

Getting started

Create .env file with key session=x. Login to Advent of code and grab session cookie.

Commands

Download puzzle data: npm start [1] [2022].

npm start [1] [2022] both options are optional, first is the day and second is year. They defaults to current year and day.

Run code: node src/2022/day1.js

2024 Solved

  1. ✅ ✅ Day 1
  2. ✅ ✅ Day 2
  3. ✅ ✅ Day 3
  4. ✅ ✅ Day 4
  5. 🔲 🔲 Day 5

2023 Solved

  1. ✅ ✅ Day 1
  2. ✅ ✅ Day 2
  3. ✅ ✅ Day 3
  4. ✅ 🔲 Day 4
  5. 🔲 🔲 Day 5

2022 Solved

  1. ✅ ✅ Day 1
  2. ✅ ✅ Day 2
  3. ✅ ✅ Day 3
  4. ✅ ✅ Day 4
  5. ✅ ✅ Day 5
  6. ✅ ✅ Day 6
  7. ✅ ✅ Day 7
  8. ✅ ✅ Day 8
  9. ✅ ✅ Day 9
  10. ✅ ✅ Day 10
  11. ✅ ✅ Day 11
  12. ✅ ✅ Day 12
  13. ✅ ✅ Day 13
  14. 🔲 🔲 Day 14

2021 Solved

  1. ✅ ✅ Day 1
  2. ✅ ✅ Day 2
  3. ✅ ✅ Day 3
  4. ✅ ✅ Day 4
  5. ✅ ✅ Day 5
  6. ✅ ✅ Day 6
  7. ✅ ✅ Day 7
  8. ✅ ✅ Day 8
  9. ✅ ✅ Day 9
  10. ✅ ✅ Day 10
  11. 🔲 🔲 Day 11

2020 solved

  1. ✅ ✅ Day 1
  2. ✅ ✅ Day 2
  3. ✅ ✅ Day 3
  4. ✅ ✅ Day 4
  5. ✅ ✅ Day 5
  6. ✅ ✅ Day 6
  7. ✅ ✅ Day 7
  8. ✅ ✅ Day 8
  9. ✅ ✅ Day 9
  10. ✅ ✅ Day 10
  11. ✅ ✅ Day 11
  12. 🔲 🔲 Day 12

About

Advent of code solutions

Resources

Stars

Watchers

Forks