PsHegger / aoc-2020-lobby-layout

A simple visualization for day 23 of the 2020 Advent of Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2020 - Lobby Layout

This repository contains the source code for the visualization for Advent of Code 2020 day 23 part 2. The code contains spoilers if you haven't solved the task yet.

I had to limit the calculated hexes because my phone couldn't handle the simulation in real time otherwise. This means that the final image is not the real solution.

It has two color modes, the original black & white and a colored version.

White Demo

Colored Demo

About

A simple visualization for day 23 of the 2020 Advent of Code

License:MIT License


Languages

Language:Kotlin 100.0%