Home

Awesome

Flecs Tower Defense

Tower defense example written in Flecs (live webasm demo)

How to run

Use the following commands to run the demo:

Install bake on macOS/Linux:

git clone https://github.com/SanderMertens/bake
bake/setup.sh

Install bake on Windows (don't use powershell)

git clone https://github.com/SanderMertens/bake
cd bake
setup.bat

or if you already have a bake installation:

bake upgrade

Then run:

bake run SanderMertens/tower_defense

Have fun!