rust/mapgen/src/template/mod.rs
author unC0Rr
Tue, 10 Sep 2024 18:21:31 +0200
branchtransitional_engine
changeset 16033 1860852892c0
parent 15922 da6b67f13c12
child 16064 07cb6dbc8444
permissions -rw-r--r--
Use rust implementation of maze generator in engine
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15922
da6b67f13c12 Refactor mapgen to allow for easy switching between generators
unC0Rr
parents:
diff changeset
     1
pub mod outline;
da6b67f13c12 Refactor mapgen to allow for easy switching between generators
unC0Rr
parents:
diff changeset
     2
pub mod wavefront_collapse;
16033
1860852892c0 Use rust implementation of maze generator in engine
unC0Rr
parents: 15922
diff changeset
     3
pub mod maze;