From 28696b23583ee23f6e0863358b04bd9e7e58b212 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Thu, 22 Jan 2026 22:26:26 -0700 Subject: [PATCH] rewrite --- .gitignore | 1 + protossbot/static/index.html | 325 +++++++++++++++++++++++++++++++++++ 2 files changed, 326 insertions(+) create mode 100644 protossbot/static/index.html diff --git a/.gitignore b/.gitignore index 557ab62..77b225a 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ result result-* .direnv/ .envrc.cache +target/ diff --git a/protossbot/static/index.html b/protossbot/static/index.html new file mode 100644 index 0000000..dca5223 --- /dev/null +++ b/protossbot/static/index.html @@ -0,0 +1,325 @@ + + + + + + Protoss Bot - Game Speed Control + + + +
+

⚡ Game Speed Control

+

Protoss Bot Configuration

+ +
+ 20 + Current Speed +
+ +
+ + +
+ 0 (Paused) + 50 (Normal) + 100 (Fast) +
+
+ +
+ + + + + + +
+ +
+ +
+ Speed Guide:
+ • 0 = Paused
+ • 20 = Slow (good for debugging)
+ • 42 = Normal game speed
+ • 100+ = Fast forward +
+
+ + + +