From d3eb0f4d9e280071a6334d19f3bab014b661d72e Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 23 Nov 2025 08:18:18 +0000 Subject: [PATCH] docs: Update PROJECT.md - tracers now working! --- bot-docs/PROJECT.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot-docs/PROJECT.md b/bot-docs/PROJECT.md index a14998a7..607007f6 100644 --- a/bot-docs/PROJECT.md +++ b/bot-docs/PROJECT.md @@ -134,12 +134,13 @@ See `CODEBASE_MAP.md` for file locations and line numbers. ### Known Limitations (POC) - **Wall shooting**: Bots can shoot through walls (no server-side collision data) -- **No tracers**: Visual bullet trails not rendering (investigating) - **Random movement**: No pathfinding, just wandering ### Next Steps - [x] Faction-specific spawn commands (!botnc, !bottr, !botvs) - DONE - [x] AI toggle (!boton / !botoff) - DONE +- [x] Tracers working! (firing flag must be set before shooting) - DONE +- [x] !locrec command for coordinate capture - DONE - [ ] **Tower Arena Demo** - Manual coordinate capture for controlled showcase (see TOWER_DEMO.md) - [ ] Terrain following (Z height) - [ ] Bot class differentiation (loadouts will be revised for prod)