mattdodge / liars-dice

Code to help run simulations for Liar's Dice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liar's Dice

A repository to simulate runs of Liar's Dice.

This repository was set up as a supplement for this blog post but could really be used for any Liar's Dice simulations.

Running

To run simulations:

python main.py

To use the Jupyter notebook version for faster iteration:

pip install jupyter
jupyter notebook

Requirements

  • Python 3.4+
  • Jupyter
  • Plotly (for plotting)
pip install jupyter plotly

About

Code to help run simulations for Liar's Dice


Languages

Language:Jupyter Notebook 81.9%Language:Python 18.1%