Docs / source reviewed
2048 × Jev
Observe Jev choosing directions on a 2048 board
How this project uses Jev
- Input
- Board values, legal moves, user-configured instructions and game rules
- Jev decides
- Return a directional Choice and probability distribution for greedy, sampling or threshold policies
- Code executes
- Resolve a legal direction, move and merge tiles, and record confidence, latency, token usage and board states for export
Evidence and limitations
Code corrects illegal choices and falls back to the first legal move when the probability list is empty, so not every move is wholly model-determined. Distinguish personal backends from the trial proxy; the default key-sealing passphrase is public and is not confidentiality protection. Gameplay and win rate were not independently tested.
This project has not been run independently here. Author-reported results are not independently verified results.
Original sources
- https://github.com/ARCJ137442/jev-2048/blob/9582bcf0787dcf7e56bff9bd0f8c9e8a49e5cacc/README.md ↗
- https://github.com/ARCJ137442/jev-2048/blob/9582bcf0787dcf7e56bff9bd0f8c9e8a49e5cacc/src/client/decision.ts ↗
- https://github.com/ARCJ137442/jev-2048/blob/9582bcf0787dcf7e56bff9bd0f8c9e8a49e5cacc/src/client/api.ts ↗
- https://github.com/ARCJ137442/jev-2048/blob/9582bcf0787dcf7e56bff9bd0f8c9e8a49e5cacc/src/server/server.ts ↗