https://github.com/zulko/vmfactory
The Viennese Maze Factory
https://github.com/zulko/vmfactory
Last synced: over 1 year ago
JSON representation
The Viennese Maze Factory
- Host: GitHub
- URL: https://github.com/zulko/vmfactory
- Owner: Zulko
- License: other
- Created: 2014-05-03T18:19:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-09-18T17:47:38.000Z (almost 7 years ago)
- Last Synced: 2025-04-11T23:17:03.956Z (over 1 year ago)
- Language: Python
- Homepage: http://zulko.github.io/vmfactory
- Size: 357 KB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
The Viennese Maze Factory
===========================
Welcome ! The Viennese Maze factory (``vmfactory``) is a Python package for the automatic generation of *Viennese mazes*, which are labyrinths made of streets and traffic lights. Here are `some examples `_ and `their solutions `_ .
Read the full documentation `here `_ .
Installation
-------------
``vmfactory`` requires the python packages Numpy, Networkx and Matplotlib. All these packages will be installed automatically during the installation of ``vmfactory``, if they are not already installed.
``vmfactory`` can be installed by unzipping the source code in a directory and running this command in a terminal ::
(sudo) python setup.py install
You can also install it directly from the Python Package Index with this command: ::
(sudo) pip vmfactory install
Contribute
-----------
``vmfactory`` is an open-source software originally written by Zulko and released under the MIT licence. Everyone is welcome to contribute on the Github_ page.
.. _Github : https://github.com/Zulko/vmfactory