Metadata-Version: 2.4
Name: risk-simulator
Version: 0.1.0
Summary: This simple program provides histogram plotting of the likelihood of possible outcomes in a game of Risk battle.
Author-Email: Nick Anthony <nickmanthony@hotmail.com>
License-Expression: MIT AND (Apache-2.0 OR BSD-2-Clause)
Project-URL: homepage, https://github.com/nanthony21/RiskMonteCarlo
Requires-Python: >=3.13
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: mpl-qt-viz>=1.1.0
Requires-Dist: pandas>=3.0.2
Requires-Dist: pyqt6>=6.11.0
Requires-Dist: seaborn>=0.13.2
Requires-Dist: tbb>=2022.3.1
Description-Content-Type: text/markdown

This simple program provides histogram plotting of the likelihood of possible outcomes in a Risk battle. 
The Monte Carlo simulation is performed in C++, Pybind11 is used to make this functionality available in Pyhon which is used to handle plotting.

Maximum overengineering is accomplished by having montecarlo simulations performed in parallel on all available hardware threads.