A collection of game analyses, solvers, and simulations.
| Game | Path | Content |
|---|---|---|
| Boggle | boggle/ |
Solver, board analysis (boggle.ipynb) |
| Codenames | codenames/ |
Game logic (game.py) |
| Drive-Ya-Nuts | drive-ya-nuts/ |
Solver for the tiling puzzle (solver.py) |
| Egyptian Ratscrew | egyption-ratscrew/ |
Simulation (egyptian-ratscrew.ipynb) |
| Mastermind | mastermind/ |
Solvers (mastermind.py) |
| Peggle | peggle/ |
Physics/probability analysis (peggle.ipynb) |
| Pokémon | pokemon/ |
Type graph analysis (graph.py, pokemon.ipynb) |
| Tenzi | tenzi/ |
Dice game simulation (tenzi.py) |
Most analyses are Python scripts or Jupyter notebooks.
# Run a script
python3 tenzi/tenzi.py
# Open a notebook
jupyter notebook boggle/boggle.ipynb- Boggle: see
boggle/README.md(has background + notebook pointer).
See LICENSE.