OneVOneJev
emrickgarrett
A browser-based 1v1 shooter where Jev reads structured match state and chooses movement, aim, and firing.
- License
- Not declared
- GitHub Stars
- 5
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Each decision tick asks about movement, view, aiming, firing, and jumping, with a heuristic fallback on API failure.
What this project offers
Makes structured decisions visible in an interactive game loop.
Review scope
The README’s roughly 9 Hz refers to the configured decision tick, not independently measured sustained API throughput. A heuristic fallback exists; this site has not retested it.
Sources and implementation
Related projects
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.
jev-broadcast-lab
4anti · High-Frequency / Games
A Jev experiment workbench centered on chess, with additional classification and matching exercises.