Software Developers
Logic, naming memory, and constraint propagation · the day job, gamified.
Most of writing software is constraint propagation · "this state implies that state, contradiction here means I am wrong about there." The same engine plays Sudoku, the same engine plays Mastermind, the same engine reads a stack trace.
おすすめのゲーム
-
Sudoku Force
Spot the cell where only one digit fits. Forced-move Sudoku micro-puzzles, validated by row, column, and box
Sudoku ForceOpen game → Loading… -
Math Lab
A lab of timed number drills · arithmetic, trigonometry, prime spotting and fraction sizing, each on its own tab
Math LabOpen game → Loading…
なぜこれらのゲームか
Sudoku Forced Moves is the constraint-propagation gym · single-cell deductions, no guessing, no luck. Math keeps the back-of-envelope estimation sharp so capacity, latency, and cost are intuitive. Matrix Reasoning is the rule-induction drill · spotting the pattern in eight examples and predicting the ninth, which is most of what code review is.