BananiumLabs / AtomBlast.io

Multiplayer arena game which takes place at the molecular level.
MIT License
1 stars 0 forks source link

Map Framework #27

Closed 64bitpandas closed 6 years ago

64bitpandas commented 6 years ago

I have wasted the whole day noooo spent considerable time experimenting with importing Tiled maps into Pixi and have deemed it to not be a viable option for us, considering performance, ease of customization, and the large number of issues faced with the import.

Therefore, the best option is to create our own map framework which will allow for the creation of custom tiles with assignable functions (wall, spawner, health, etc.) and assignable map positions.

List of features for Map Framework:

64bitpandas commented 6 years ago

Complete.