Jev
Projects and libraries using Jev for routing, verification and typed decisions.
Repository owner imageJev Gomoku for MoonBit
Explore typed move selection with two Jev players and a deterministic Gomoku board.
CategoryGames & simulation | UseMoonBit Gomoku | SourceGitHub |
Ownermizchi | Original projecthttps://github.com/mizchi/jev-gomoku | |
Research evidence
lib/client.mbt posts System One requests. cmd/gomoku/main.mbt supplies board state, history and nearby empty-cell Choices with local tactical hints, then applies moves and records fallback status. gomoku/gomoku.mbt owns board state and win detection.
One experimental repository containing client, CLI, game and log-to-GIF utility. The linked Zenn article describes the same artifact, not a second application.
API errors use local fallback. Tactical hints test line length >=4 although that includes the proposed stone and win detection requires >=5; returned cells lack explicit bounds checking before placement. Timings and strength were not reproduced. No code or inference was run.
documentation source 1 (retrieved 2026-09-18)code source 2 (retrieved 2026-09-18)code source 3 (retrieved 2026-09-18)code source 4 (retrieved 2026-09-18)documentation source 5 (retrieved 2026-09-18)