/mazesForGo

golang implementation of the book Mazes For Programmers

MIT LicenseMIT

This repo implements the concepts in the book Mazes for Programmers in golang.

Requirements

golang 1.15+ Dependencies for the pixel game library - mostly opengl support. On Mac OS X, this is simply the xcode command line tools

Running

interactive gui

go build ./ && ./mazes

print statistics and exit

go build ./ && ./mazes --stats