Analyzer of slot machine game with possibility to configure
You need Python 3 and matplotlib library installed. Get them here:
https://www.python.org/downloads/release/python-365/
https://matplotlib.org/users/installing.html
Matplotlib should automaticly download and install dependencies it needs. In some cases this can fail. Here is list of those dependencies:
https://matplotlib.org/users/installing.html#dependencies
You need to input number of games. After that script will generate that number of games. Each sample of slot spin includes info like:
- Preview data of the spin
- Chance for win on each winline by symbols included into it
If simulation of all spins ends then some info show up:
- Number of wins/games
- Graphical representation of wins/games
- Frequency of wins
- Ratio of given/won points
- Frequency of winning by symbol
- Antergos 18.4 - system used to make this project
- PyCharm Professional 2018.1.1 - Python IDE
- Python 3.6.5 - Python