2D destructible terrain strategy game

Prerequisites
Linux (Debian based)
sudo apt install xorg-dev
Windows & Mac
None
Run
cargo run --release
Screenshots
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
