joshuajz / monopoly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 77.5%Language:HTML 21.2%Language:CSS 1.3%