Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thekicker/advent-of-code
The Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
https://github.com/thekicker/advent-of-code
2020 2021 2022 advent-of-code javascript node nodejs python reddit
Last synced: 6 days ago
JSON representation
The Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as a speed contest, interview prep, company training, university coursework, practice problems, or to challenge each other.
- Host: GitHub
- URL: https://github.com/thekicker/advent-of-code
- Owner: TheKicker
- Created: 2021-12-01T15:00:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T15:46:20.000Z (11 months ago)
- Last Synced: 2024-10-10T20:49:25.905Z (28 days ago)
- Topics: 2020, 2021, 2022, advent-of-code, javascript, node, nodejs, python, reddit
- Language: JavaScript
- Homepage: https://thekicker.github.io/Advent-of-Code/
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎄 Advent of Code
Join the fun - AdventOfCode.com
Wikipedia - Advent of Code Wiki
Reddit - Advent of Code on Reddit
𝕏 - Advent of Code hashtag on X (formerly Twitter)
| Year | Percentage Completed | Language Used |
| --------------- | --------------------------------- | ----------------------- |
| 2020* | ![](https://geps.dev/progress/12) | Node.js |
| 2021 | ![](https://geps.dev/progress/12) | Python |
| 2022 | ![](https://geps.dev/progress/32) | Node.js |
| 2023 | ![](https://geps.dev/progress/0) | Python |*2020 is being completed after the fact. Doing it for programming practice.
# How to run
Install Dependencies
```
$ git clone https://github.com/YOUR_USERNAME/PROJECT_TITLE
$ cd PROJECT_TITLE
$ npm install
```Run Node
```
$ npm run aoc
```# Dependencies (as few as possible)
Uses Figlet for pretty ASCII art output
```
$ npm install figlet
```Uses cli-progress for progress bar
```
$ npm install cli-progress
```