Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 707 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 707 Bytes

Flecs Tower Defense

Tower defense example written in Flecs (live webasm demo)

Screenshot 2023-09-27 at 1 31 51 AM

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!