pahelee

Maze generator using recursive depth first search algorithm


Keywords
mazegeneration, opengl, pahelee
License
BSD-3-Clause
Install
pip install pahelee==1.0.0

Documentation

Pahelee

Maze generator using recursive depth first search algorithm

Demo

What is it?

Pahelle is a maze generator which impliments Depth-first search Recursive backtracker in OpenGL (python)

Installation / Usage

Installation

To install use pip:

$ pip install pahelee

Or clone the repo:

$ git clone https://github.com/psuzn/pahelee.git
$ python setup.py install

Usage

just run

$ pahelee 

This will open a GLUT window of size 60*60 with 15 row and 15 columns (grid size) and after completition it will save a png image in your home directory.

Todos

  • basic implimentation of algorithm.
  • Upload this pakage to PyPI.
  • commandline arguments for different variables (like: no of grid rows).

Support

This is in alpha version and might cause some problem. so you can help me make it stable.

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.