awesome jevDIRECTORYSponsorStar on GitHub

typesafe-snake

sorrycc

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

GitHub repository ↗Search and filter
License
Not declared
GitHub Stars
17
Source reviewed
2026-09-19

Where Jev makes a decision

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

What this project offers

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

Review scope

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

Sources and implementation

Related projects