tsai-sc
phyous
A Jev harness for StarCraft shareware’s Strongarm mission, pausing the game during state reads and inference.
- License
- MIT
- GitHub Stars
- 15
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Selects commands from structured game state and executes them with mouse and keyboard input.
What this project offers
The author provides a victory recording and verification report; this is a bounded mission experiment, not a real-time competitive benchmark.
Review scope
The 421 decisions and victory are from an author-reported run with the game paused during inference; this site reviewed source and reports but did not reproduce it.
Sources and implementation
- phyous/tsai-sc/blob/6046ecc60156c4a3c04d384b41821a4ff08501b7/README.md
- phyous/tsai-sc/blob/6046ecc60156c4a3c04d384b41821a4ff08501b7/tsai_sc/typesafe.py
- phyous/tsai-sc/blob/6046ecc60156c4a3c04d384b41821a4ff08501b7/tsai_sc/controller.py
- phyous/tsai-sc/blob/6046ecc60156c4a3c04d384b41821a4ff08501b7/tsai_sc/verify.py
- phyous/tsai-sc/blob/6046ecc60156c4a3c04d384b41821a4ff08501b7/docs/verified-run.json
- phyous/tsai-sc/blob/6046ecc60156c4a3c04d384b41821a4ff08501b7/docs/run-environment.json
- phyous/tsai-sc/blob/6046ecc60156c4a3c04d384b41821a4ff08501b7/docs/visual-review.json
Related projects
OneVOneJev
emrickgarrett · High-Frequency / Games
A browser-based 1v1 shooter where Jev reads structured match state and chooses movement, aim, and firing.
jevpilot
standardagents · High-Frequency / Games
A browser driving simulator where Jev chooses among locally generated paths and speeds.
live-jev
vinilana · High-Frequency / Games
A browser-based top-down driving simulator using Jev for lane and speed choices, with an optional chat-model comparison.
JevBird
leftspace89 · High-Frequency / Games
A Python Flappy Bird game where code simulates candidate routes and Jev picks one.