Skip to content

Analyzer of slot machine game with possibility to configure

Notifications You must be signed in to change notification settings

CymGen30/SlotAnalyzer-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SlotAnalyzer

Analyzer of slot machine game with possibility to configure

Prerequisites

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

Usage

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

Tools used in project

About

Analyzer of slot machine game with possibility to configure

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%