Skip to content

A small collection of procedural dungeon generation algorithms.

License

Notifications You must be signed in to change notification settings

optimistic-nihilist/mapgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapgen

A small collection of procedural dungeon generation algorithms.
Built with Rust & macroquad.
WebAssembly build deployed here.

Animated version (separate repo so I could deploy it too using github pages): mapgen-animated
deployed here

Run

Clone the repository, then cargo run --release.

Build WASM

cargo build --release --target wasm32-unknown-unknown produces mapgen.wasm under target/wasm32-unknown-unknown/release. Read this for a detailed example on what to do with it.

Credits

About

A small collection of procedural dungeon generation algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published