Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forthtilliath/advent-of-code-2023
https://github.com/forthtilliath/advent-of-code-2023
advent-of-code advent-of-code-2023
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forthtilliath/advent-of-code-2023
- Owner: Forthtilliath
- Created: 2023-12-06T15:37:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T16:51:57.000Z (about 1 year ago)
- Last Synced: 2023-12-14T00:23:44.153Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2023
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code - 2023 🎅
[See the Advent of Code site](https://adventofcode.com/)
## Presentation
Advent of Code is an annual set of Christmas-themed computer programming challenges that follow an Advent calendar.
## My progress
| **Day** | **Title** | **Stars** |
| ------: | :------------------------------------------------------------------------------------------------------ | :-------: |
| 1 | [Trebuchet?!](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day01) | ✅ |
| 2 | [Cube Conundrum](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day02) | ✅ |
| 3 | [Gear Ratios](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day03) | ✅ |
| 4 | [Scratchcards](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day04) | ✅ |
| 5 | [If You Give A Seed A Fertilizer](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day05) | ✅ |
| 6 | [Wait For It](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day06) | ✅ |
| 7 | [Camel Cards](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day07) | ✅ |
| 8 | [Haunted Wasteland](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day08) | ✅ |
| 9 | [Mirage Maintenance](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day09) | ✅ |
| 10 | [Pipe Maze](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day10) | ✅ |
| 11 | [Cosmic Expansion](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day11) | ✅ |
| 12 | [Hot Springs](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day12) | ✅ |
| 13 | [Point of Incidence](https://github.com/Forthtilliath/advent-of-code-2023/tree/main/day13) | ✅ |
| 14 | | 🟦 |
| 15 | | 🟦 |
| 16 | | 🟦 |
| 17 | | 🟦 |
| 18 | | 🟦 |
| 19 | | 🟦 |
| 20 | | 🟦 |
| 21 | | 🟦 |
| 22 | | 🟦 |
| 23 | | 🟦 |
| 24 | | 🟦 |
| 25 | | 🟦 |- ✅ - Good
- 🟧 - Works with bug/Not properly
- 🟥 - Not successful
- 🟦 - Pending / Missed day## Commands
```bash
# Launch the day 1 with input file
pnpm run dev day=1
pnpm run dev day=1 file=input# Launch the day 1 with sample file
pnpm run dev day=1 file=sample# Launch the day 1 with separated file for part 1 and 2
pnpm run dev day=1 separated# Launch the day 1 with input not splited
pnpm run dev day=1 asArray=false
```Any argument with no values or not used is true by default