Open dlight opened 6 years ago
I will probably want many map representations such as polygonal meshes, but I'll start it simple: a matrix with tiles that can be either empty (and is thus walkable) or occupied (by ground/walls/etc),
[ ] Create data structure
[ ] Make it initialize from zeros, noise (with noise-rs or perhaps simd-noise), or a function.
[ ] Add unit tests
[ ] Display it on screen
[ ] Make it zoomable and scrollable
I will probably want many map representations such as polygonal meshes, but I'll start it simple: a matrix with tiles that can be either empty (and is thus walkable) or occupied (by ground/walls/etc),