Skip to content

tohitarmorclasshero/dungen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dungen

DunGen is a JavaScript web app for procedural generation of paper and pencil old school pointcrawl dungeons displayed and edited using vis.js.

It will probably be of interest mainly to gamers that like OSR RPGs.

It runs at http://meta-studios.com/dg/dungen.html. Discussion is mostly on G+ and my Ruminations of a Geek blog linked at the top of the app page.

DunMap is a second page that shares most of the same JS code. You load a bitmap image of the map and place markers by clicking on it. It generates contents for each marker as it is created. http://meta-studios.com/dg/dunmap.html

Both allow editing of previously generated content and in browser storage using LocalStorage, giving a lightweight UI for quickly building paper and pencil dungeon crawls.

MIT license

About

DunGen is a JavaScript web app for procedural generation of paper and pencil old school pointcrawl dungeons displayed and edited using vis.js. DunMap uses the same random generation but the nodes become markers you place over a bitmap image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.9%
  • CSS 1.7%
  • HTML 1.4%