dlight / proceed

2d procedural generation experiments
2 stars 0 forks source link

Create map data structure with ndarray #1

Open dlight opened 6 years ago

dlight commented 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),

dlight commented 6 years ago