dragonchaser / maptool

A nethack-style ASCII dungeon map generator
MIT License
0 stars 3 forks source link

Add a basic sinatra webfrontend #2

Closed dragonchaser closed 4 years ago

dragonchaser commented 4 years ago

Create a basic webfrontend to serve this to the web. The frontend should contain a small form to set the variables (with, height, borders etc.) and an preformated outputarea for copy & paste.

Jeremy-Walton commented 4 years ago

Hi I would like to work on this for hacktoberfest. Could you please assign it to me?

dragonchaser commented 4 years ago

Done :)

Note: please do not add bloated javascript frameworks, no react, vue or whatever.

Jeremy-Walton commented 4 years ago

@dragonchaser Added a PR to Add the features requested.

dragonchaser commented 4 years ago

Awesome work thx!