bake / adventofcode-2018

Solutions for Advent of Code 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2018

← 2016 (PHP)2019 (Go) →

Solutions for Advent of Code 2018 written in Go.

Some interesting Plots

Day 6: Chronal Coordinates Day 11: Chronal Charge
Day 6 Day 11
Day 18: Settlers of The North Pole
Day 18

Animation

Plot each generation (usually with an Image() *image.RGBA function) and use ffmpeg to gule them together. See day 18 for an example.

$ ffmpeg -framerate 30 -i out/%d.png -vf "scale=iw*5:-1" -sws_flags neighbor -y out.mp4

About

Solutions for Advent of Code 2018


Languages

Language:Go 93.9%Language:PHP 6.1%