package
0.0.0-20191230163237-a30599c1cba0
Repository: https://github.com/mjm/advent-of-code-2019.git
Documentation: pkg.go.dev

# Functions

NewAutoPlayer creates a new autoplayer.
NewCanvas creates an empty canvas.
NewGame creates a new game that draws on the given canvas.

# Structs

AutoPlayer will automatically move the joystick perfectly.
Canvas is an infinitely paintable 2D surface.
Game plays a game controlled by an Intcode program.