Skip to content

SanderMertens/tower_defense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!