An experiment in creating a simple concurrency-friendly maze generator in Pony.
Algorithm(s) will be borrowed from roguebasin.
- Install Pony.
- Run
ponyc
in the root directory of this repository. - ...
- Run the
./amble
binary.
- Handles 2D coordinates.
- Handles 3D coordinates.
- Handles 2D cardinal directions.
- Handles 3D directions.
- Handles 2D maps as a concept.
- Handles 3D maps as a concept.
- Handles display of 2D map tiles.
- Implementation of above algorithms.
- Implementation a CLI tool with options.