Year | Language | Status | 1 - 5 | 6 - 10 | 11 - 15 | 16 - 20 | 21 - 25 |
---|---|---|---|---|---|---|---|
2024 | β β β β β | β β β β β | β π‘β βπ‘ | βββββ | βββββ | ||
2023 | β β β β β | β β β β β | β β β β β | β β β π‘β | βββββ | ||
2022 | β β β β β | β β β β β | β β βββ | βββββ | βββββ | ||
2021 | β β β β β | β β β β β | β β β β π‘ | βββββ | βββββ | ||
2020 | β β β β β | β β β β β | β β β β β | β β β β β | β β β β β | ||
2019 | β β β β β | β β β β β | β π‘β β β | βββββ | βββββ | ||
2018 | β β β β β | β β β β β | βββββ | βββββ | βββββ | ||
2017 | β β β β β | β β β β β | β ββββ | βββββ | βββββ | ||
2016 | β β β β β | β β β β β | βββββ | βββββ | βββββ | ||
2015 | β β β β β | β β β β β | βββββ | βββββ | βββββ |
β | Not started |
π‘ | Partially done |
β | Fully done |
- Python 3.10+
To use the helpers, first run
./bin/setup.sh
This will install the Python dependencies.
./bin/prepare-day.sh {year} {day}
- Prepare the folder of the day on the year
- Use the template for the year found on
setup/templates
to generate the task file - Create a README based on the page on Advent of Code website
- Update the year project based on the
setup/settings.json
instructions - NOTE: Your AoC Session token must be present on the env variable
AOC_SESSION
to be able to download the input