2D map like in Liero

Hello,
new here, is it possible to make a map like in Liero game?

  • dirt that player can eat, stones that he cannot eat :smile:

Look up some tutorials on games like Worms or Lemmings or anything where you dig into a bitmap. It is totally possible but there are a lot of choices involved in how you go about it. I would rank it as a medium- to high-difficulty from a total production and engineering standpoint.

EDIT: I tinkered with another simple way in my MakeGeo project. It is in the DiggingTerrainAntColony scene.

MakeGeo is presently hosted at these locations:

https://bitbucket.org/kurtdekker/makegeo

1 Like