Yahtzeeql: A Mostly SQL Yahtzee Solver

2025-05-18
Yahtzeeql: A Mostly SQL Yahtzee Solver

Yahtzeeql is a Yahtzee solver implemented primarily using SQL. It offers various strategies, from simple random approaches to more advanced probability-based methods, evaluating their effectiveness through game simulations. Users can select strategies, simulation runs, interactive mode, and plot visualization via command-line arguments. Experiments show that probability-based strategies, particularly 'prob_with_difficulty', achieve the highest average score of 89.5.

Game