Quick Impulse Xpansion
About
Hold the mouse left button to draw a path from the screen borders to gain territory avoiding the lava.
Press "Enter" to reset the game.
It was made with GDevelop for Video Games Lab: Game Jam 2021.
It uses a Marching Squares extension that allows to do operations on scalar fields without math or coding knowledge.
if you are curious to see how it works, hit-boxes can be shown by pressing the key "D".
I'll release the source after a bit of cleaning. In the mean while, check out these 2 marching squares examples:
- Fog of War Demo
- Liquid Demo
Their sources can be opened within GDevelop online editor directly.