Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Level Factory entity loading #380

Open owalk opened 7 months ago

owalk commented 7 months ago

Look into abstract factory design pattern for instantiating map objects in

Level manager should call factory methods for all initialization per item, terrain, character

calls from client should be super simple, such as "load_terrain, or "load_character"