Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rookiemonkey/advent_of_code
https://github.com/rookiemonkey/advent_of_code
advent-of-code advent-of-code-2020 aoc aoc2020 challenge puzzle
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rookiemonkey/advent_of_code
- Owner: rookiemonkey
- Created: 2020-12-02T08:09:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T05:39:37.000Z (about 4 years ago)
- Last Synced: 2024-12-15T15:48:45.359Z (about 2 months ago)
- Topics: advent-of-code, advent-of-code-2020, aoc, aoc2020, challenge, puzzle
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADVENT OF CODE
Advent of Code 🎄 Solutions by `@rookiemonkey`## What is Advent of Code?
[Advent of Code](http://adventofcode.com) is an online event created by [Eric Wastl](https://twitter.com/ericwastl). Each year, starting on Dec 1st, an advent calendar of small programming puzzles are unlocked once a day at midnight (EST/UTC-5). Developers of all skill sets are encouraged to solve them in any programming language they choose!## Advent of Code 2020 Story
After saving Christmas five years in a row, you've decided to take a vacation at a nice resort on a tropical island. Surely, Christmas will go on without you.The tropical island has its own currency and is entirely cash-only. The gold coins used there have a little picture of a starfish; the locals just call them stars. None of the currency exchanges seem to have heard of them, but somehow, you'll need to find fifty of these coins by the time you arrive so you can pay the deposit on your room.
To save your vacation, you need to get all fifty stars by December 25th.
Collect stars by solving puzzles. Two puzzles will be made available on each day in the Advent calendar; the second puzzle is unlocked when you complete the first. Each puzzle grants one star. Good luck!
## What else I wanted to say?
Dec 2020, 7 Months after I started learning how to code, here I am participating a yearly coding event and yes I am enjoying it!. To myself next year, 2021, I challenge you to use Ruby or Python :D.