Skip to main content

Python wrapper of Daedalus monochrome maze

Project description

https://travis-ci.org/wroberts/pydaedalus.svg?branch=master https://coveralls.io/repos/wroberts/pydaedalus/badge.svg?branch=master Latest Version

Daedalus source code is copyright (c) 1998-2016 Walter D. Pullen.

Wrapper is copyright (c) 2016 Will Roberts <wildwilhelm@gmail.com>.

Licensed under the GNU General Public License version 2.

A Python wrapper of the Daedalus maze generator. This project is currently built against version 3.2 of the Daedalus software.

Quickstart

>>> from daedalus import Maze
>>> maze = Maze(63, 63)
>>> maze.create_perfect()
>>> maze.resize(31, 61)
>>> maze.create_perfect()
>>> maze.save_bitmap('test.bmp')
>>> maze.save_text('test.txt')

Notes

To compile the Cython extension:

python setup.py build_ext --inplace

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydaedalus-0.1.0.tar.gz (366.5 kB view hashes)

Uploaded Source

Built Distributions

pydaedalus-0.1.0-cp36-cp36m-macosx_10_11_x86_64.whl (440.1 kB view hashes)

Uploaded CPython 3.6m macOS 10.11+ x86-64

pydaedalus-0.1.0-cp34-cp34m-macosx_10_11_x86_64.whl (439.7 kB view hashes)

Uploaded CPython 3.4m macOS 10.11+ x86-64

pydaedalus-0.1.0-cp27-none-macosx_10_11_x86_64.whl (492.5 kB view hashes)

Uploaded CPython 2.7 macOS 10.11+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page