ndouglas / azymus

An experimental roguelike, written in Rust.
The Unlicense
6 stars 0 forks source link

Refactor Map structure. #56

Open ndouglas opened 5 years ago

ndouglas commented 5 years ago

I want to make this lighter and remove the rendering-specific code so that it can be used in tests, etc.

I also want to make it completely represent the game world -- at least insofar as it will contain everything on the current map.

It should have:

Welp, let's see how this goes.