Skip to content

joshuajz/monopoly

Repository files navigation

Table of Contents

About The Project

A simple monopoly simulator with statistics and user accounts.

Built With

Prerequisites

  • 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

Installation

  1. Clone the repo
git clone https://github.com/joshuajz/monopoly
  1. Install the above packages

  2. Run with Flask

flask run

Features

Provides user accounts to track each person's simulations. alt-text

Allows a user to input a specific amount of rolls. alt-text

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. alt-text

License

Distributed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published