benreid24 / BLIB

Small organized collection of common code I have accumulated over the years that has amassed into a proper 2d game engine
1 stars 0 forks source link

Bring down tile map from Peoplemon #137

Open benreid24 opened 1 year ago

benreid24 commented 1 year ago

Keep general and extensible. Implement core tilemap and tileset functionality that can be built on top of. Best way is to probably just make everything protected and allow callers to inherit and add their own functionality. Integrate with serializer.

Implementation thoughts: