A free & open source 2D Lemmings-meets-tower defense destructible terrain game.

Prerequisites
Linux (Debian based)
sudo apt install xorg-dev
Windows & Mac
None
Run
cargo run --release
Screenshots
v5 - Add units with terrain collision and automatic turrets

v4 - Detect collision between entities and the terrain and draw using masks

v3 - Apply physics to the entities and spawn them dynamically

v2 - Use specs
for rendering multiple entities

v1 - Render using a simple framebuffer

Contributing
Contributions are more than welcome!
If you-