By deuterium.
Original description
Do you believe in games of luck? I hope you make your guesses real or you’ll be floating around,
Read this challenge as plain text or JSON.
Browser practice
real_mersenne terminal
Practice only. Rewards are public dummy values, not event flags. Completion is saved separately on this device when storage is available. Nothing runs until you choose Start.
Browser practice needs JavaScript and module Worker support.
Browser limits and console API
Limits use UTF-8 bytes: 2 MiB per input line, 4 MiB and 4096 lines per batch (including separators), 8 MiB output per operation, and a 1 MiB visible transcript. Earlier output is replaced with a truncation notice. Setup progress is separate, capped at 1024 characters and four updates per second. Original challenge deadlines still apply after setup; there is no extra setup deadline.
The console API is window.challengePractice: start(), send(stringOrLines), stop(), and reset(). Select the version above before starting. Start and Send resolve at the next input prompt or program exit with {output, state, solved}; output contains only that operation's program text. Concurrent operations are rejected. Stop, Reset, deadlines and Worker failures reject in-flight operations; terminal errors carry partial output in error.result.
Strings accept LF or CRLF; a final newline ends the last line without adding another blank line. An empty string sends one blank line. Arrays contain literal lines without LF. Unused lines are discarded if the program exits. Reset keeps saved completion. Public dummy rewards do not unlock the original answer checker.
Files
These files describe the original interactive service. The browser practice above is local; no TCP endpoint or retired remote service is connected.
The handout omits the secret module. Browser practice uses a public dummy reward in place of the event flag; the original remote service is retired.
Download
Sources and solutions (spoilers)
- Full archive (may contain flags).
- Solution
- Original description or source