jackdawjackdaw / mazes

Some exploration of maze algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mazes

Some examples and toys for playing with the maze generation algorithms and code from the O'Reilly book.

TODOs

  1. CMake for builds
  2. Unit tests for cells and grids (gtest)
  3. Protos for serializing mazes

About

Some exploration of maze algorithms


Languages

Language:C++ 95.6%Language:CMake 4.4%