snake-jev
siroccomask
Real-time Snake game driven by parallel Jev assessments, deciding optimal turns in a single API call per tick.
- License
- MIT
- GitHub Stars
- 0
- Source reviewed
- —
Where Jev makes a decision
Scans obstacles and food locations per tick, querying Jev in parallel for survival and approach probabilities.
What this project offers
Demonstrates Jev high-frequency, deterministic low-latency performance in real-time game ticks.
Review scope
Verified with code-level Jev executable integration evidence; decision mechanisms extracted from source.
Sources and implementation
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.