OPEN-SOURCE PROJECT

snake-jev

Real-time Snake game driven by parallel Jev assessments, deciding optimal turns in a single API call per tick.

Stars
0
Forks
0
License
MIT
Last commit
2026-09-17

What Jev does here

Scans obstacles and food locations per tick, querying Jev in parallel for survival and approach probabilities.

Demonstrates Jev high-frequency, deterministic low-latency performance in real-time game ticks.

Verified with code-level Jev executable integration evidence; decision mechanisms extracted from source.