Skip to content

arclabs561/games

Repository files navigation

Games

A collection of game analyses, solvers, and simulations.

Catalog

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)

Usage

Most analyses are Python scripts or Jupyter notebooks.

# Run a script
python3 tenzi/tenzi.py

# Open a notebook
jupyter notebook boggle/boggle.ipynb

Per-project notes

  • Boggle: see boggle/README.md (has background + notebook pointer).

License

See LICENSE.

About

Game analyses, solvers, and simulations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published