Initial commit: project plan, directory structure, docs

This commit is contained in:
2026-06-30 21:00:48 -04:00
parent 4f2b3a66b4
commit eb4554f1e7
3 changed files with 35 additions and 15 deletions
+9 -2
View File
@@ -1,3 +1,10 @@
# tactical-shooter
# Tactical Shooter
Competitive tactical FPS built in Godot 4 — CS-clone with 128-tick authoritative servers
A competitive, round-based tactical FPS built in Godot 4.
- 128-tick authoritative dedicated servers
- GDExtension (C++) simulation core
- Community-hostable, self-hosted server browser
- Map-making SDK for community maps
See [PLANS/PROJECT_PLAN.md](PLANS/PROJECT_PLAN.md) for the full build plan.