A simple monopoly simulator with statistics and user accounts.
-
python: link
-
flask
pip install flask
- Other python libraries
pip install cs50
pip install wekzeug
pip install numpy
pip install matplotlib
- sqlite (not required): link
- Clone the repo
git clone https://github.com/joshuajz/monopoly
-
Install the above packages
-
Run with Flask
flask run
Provides user accounts to track each person's simulations.
Allows a user to input a specific amount of rolls.
Provides a dashboard that displays the user's simulations, the stats, a graph, and a table with all of the information for each session. The form automaticlly submits when a new value is selected.
Distributed under the MIT License.