# tower_defense **Repository Path**: WayneHalak/tower_defense ## Basic Information - **Project Name**: tower_defense - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-15 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flecs Tower Defense Tower defense example written in Flecs ([live webasm demo](https://www.flecs.dev/tower_defense/etc/)) ## 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!