Skip to content

noHero123/DiceThroneOddsCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dice Throne Odds Calculator

thanks to Assassinater for his python gui.
to build from source you need boost, eigen and sqlite3.

contains lots of unrecommended/old code, just to show 4 different ways to calculate the odds:

Python Gui: python gui

numbers in brackets are the dice you have to reroll for maximized odds.

Installation:

compile with linux

install eigen + sqlite + boost (and if you dont have: git, make and g++):

sudo apt-get install libeigen3-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install libboost-all-dev

load github-project:

  • create a new folder
  • go inside the folder
  • open terminal and run
git clone https://github.com/noHero123/DiceThroneOddsCalculator.git

go inside the folder (the folder with the makefile) open terminal and run

make