An isometric tower defense game written in zig + raylib.
- F1 - Enable debug mode
- Middle mouse button - pan around
- Scroll wheel - zoom in and out
- Hover over a tower in the top right of the screen to view a tower's name, description and cost.
- Right click and drag a tower from the top right of the screen to a valid space on the board.
- Left click on a tower to view it's range.
- Right click on a tower to sell it for half it's cost.
- If a round is not currently in progress click the play button in the bottom right to send the next wave of enemies.
- Zig v0.10.1
git submodule update --init --recursive
zig build