razterizer / DungGine

A dungeon engine for rogue-like style games.
MIT License
1 stars 0 forks source link

Add support for tiles and irregular textures on floor and walls. #14

Open razterizer opened 2 weeks ago

razterizer commented 2 weeks ago

There should be a semi-procedural approach so that you can make things like chessboard tiles, ruins and forest areas with trees and bushes here and there and rooms not just with only water (though there could still be depending on random configuration (pool mode or something)).

razterizer commented 1 week ago

Perhaps use some big character/fg/bg texture or something.

razterizer commented 1 week ago

There should also be a separate texture layer that identifies the type of landscape for each "tile" or texel (character).