I'm trying to make a game like Supaplex, should I use TileMap for this?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By mxcoff

I’m trying to make game like Supaplex or Boulder Dash, but I don’t know if it would be appropriate to use the TileMap system for this.

:bust_in_silhouette: Reply From: Thomas Karcher

You can use TileMaps to design your levels, but you’ll need Scenes and Objects to create moving enemies, pickable objects etc.

There was a reddit thread a couple of months ago with a nice approach to automatically instance those objects based on a TileMap:

https://www.reddit.com/r/godot/comments/fxsebn/using_tilemaps_to_instance_scenes_and_objects/

I guess this approach would also be suitable for a Supaplex / Boulder Dash game.