Prototype

NimMaster

A Python Nim game with a solver and interactive simulator for winning strategies.

NimMaster is a compact solver/simulator for the Nim game. It is useful because the rules are small enough to understand quickly, while the strategy still demands clear state reasoning.

SurfaceWhat it showsWhy it matters
Game loopInteractive playMakes the solver testable.
SolverWinning-strategy logicShows algorithmic reasoning.
StatePile configurationKeeps the problem concrete.

This is a smaller Lab entry, but it fits the site because it shows legible algorithmic thinking.

Repository: NimMaster.

Built with

PythonGame theorySolverCLI