syaffers / mazegens

Playing around with maze generators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playing around with maze generators

Yeah, that's it pretty much.

Getting started

Compile mazegen_corner.cpp as follows:

g++ -std=c++11 -Wall mazegen_corner.cpp -o mazegen_corner

Tested on Ubuntu 16.04 with gcc 5.4.0.

Generating mazes

For python files:

python <filename>.py

For compiled C++ files:

./<compiled_filename>

About

Playing around with maze generators

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 73.3%Language:Python 26.7%