OPEN-SOURCE PROJECT

typesafe-snake

Snake autoplayer driven by TypeSafe Jev, executing one discrete System One decision per tick with code-enforced legal moves.

Stars
19
Forks
2
License
Last commit
2026-09-17

What Jev does here

Supplies board state, fruit location, and legal direction choices to Jev, selecting the optimal move direction each tick.

Demonstrates fast discrete choice in constrained environments while deterministic logic prevents illegal collisions.

Source code verified against pinned commit. Complete React/TypeScript implementation; tick frequency is bounded by network latency.