Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
/ amble Public archive

a maze generator implemented in ponylang

License

Notifications You must be signed in to change notification settings

seanohue/amble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An experiment in creating a simple concurrency-friendly maze generator in Pony.

Algorithm(s) will be borrowed from roguebasin.

How to use

  • Install Pony.
  • Run ponyc in the root directory of this repository.
  • ...
  • Run the ./amble binary.

Algorithms Planned Thus Far

Features:

  • 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.

Releases

No releases published

Packages

No packages published

Languages