Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mariotacke/advent-of-code-2018

Advent of Code 2018 Submissions
https://github.com/mariotacke/advent-of-code-2018

advent-of-code advent-of-code-2018 aoc aoc2018 challenge javascript js node puzzle

Last synced: 16 days ago
JSON representation

Advent of Code 2018 Submissions

Lists

README

        

# Advent of Code 2018 - My Solutions
[![Build Status](https://github.com/mariotacke/advent-of-code-2018/workflows/build/badge.svg)](https://github.com/mariotacke/advent-of-code-2018/actions)
[![Completion Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code-2018/master/.github/badges/completion.json)](https://github.com/mariotacke/advent-of-code-2018)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/mariotacke/advent-of-code-2018)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/mariotacke/advent-of-code-2018/master/LICENSE)

"We've detected some temporal anomalies," one of Santa's Elves at the Temporal Anomaly Research and Detection Instrument Station tells you. She sounded pretty worried when she called you down here. "At 500-year intervals into the past, someone has been changing Santa's history!"

"The good news is that the changes won't propagate to our time stream for another 25 days, and we have a device" - she attaches something to your wrist - "that will let you fix the changes with no such propagation delay. It's configured to send you 500 years further into the past every few days; that was the best we could do on such short notice."

"The bad news is that we are detecting roughly **fifty** anomalies throughout time; the device will indicate fixed anomalies with **stars**. The other bad news is that we only have one device and you're the best person for the job! Good lu--" She taps a button on the device and you suddenly feel like you're falling. To save Christmas, 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!

## Days

- [Day 1: Chronal Calibration](day-01-chronal-calibration/)
- [Day 2: Inventory Management System](day-02-inventory-management-system/)
- [Day 3: No Matter How You Slice It](day-03-no-matter-how-you-slice-it/)
- [Day 4: Repose Record](day-04-repose-record/)
- [Day 5: Alchemical Reduction](day-05-alchemical-reduction/)
- [Day 6: Chronal Coordinates](day-06-chronal-coordinates/)
- [Day 7: The Sum of Its Parts](day-07-the-sum-of-its-parts/)
- [Day 8: Memory Maneuver](day-08-memory-maneuver/)
- [Day 9: Marble Mania](day-09-marble-mania/)
- [Day 10: The Stars Align](day-10-the-stars-align/)
- [Day 11: Chronal Charge](day-11-chronal-charge/)
- [Day 12: Subterranean Sustainability](day-12-subterranean-sustainability/)
- [Day 13: Mine Cart Madness](day-13-mine-cart-madness/)
- [Day 14: Chocolate Charts](day-14-chocolate-charts/)
- [Day 15: Beverage Bandits](day-15-beverage-bandits/)
- [Day 16: Chronal Classification](day-16-chronal-classification/)
- [Day 17: Reservoir Research](day-17-reservoir-research/)
- [Day 18: Settlers of The North Pole](day-18-settlers-of-the-north-pole/)
- [Day 19: Go With The Flow](day-19-go-with-the-flow/)
- [Day 20: A Regular Map](day-20-a-regular-map/)
- [Day 21: Chronal Conversion](day-21-chronal-conversion/)
- [Day 22: Mode Maze](day-22-mode-maze/)
- [Day 23: Experimental Emergency Teleportation](day-23-experimental-emergency-teleportation/)
- [Day 24: Immune System Simulator 20XX](day-24-immune-system-simulator-20xx/)
- [Day 25: Four-Dimensional Adventure](day-25-four-dimensional-adventure/)

## Running Tests

Each day contains its own set of tests. To run them type `npm test`.

## Previous Years
- [![Completion Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code-2017/master/.github/badges/completion.json&label=2017)](https://github.com/mariotacke/advent-of-code-2017)
- [![Completion Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code-2016/master/.github/badges/completion.json&label=2016)](https://github.com/mariotacke/advent-of-code-2016)
- [![Completion Status](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mariotacke/advent-of-code-2015/master/.github/badges/completion.json&label=2015)](https://github.com/mariotacke/advent-of-code-2015)

## Visit
- http://adventofcode.com/2018