UNFINISHED Implemented procedural dice generation. Way too hard

This commit is contained in:
Max 2025-02-17 16:51:45 +01:00
parent ea1ca7a0cd
commit 03f0f7859e
43 changed files with 13909 additions and 57 deletions

View file

@ -0,0 +1,4 @@
using DiceProbabilities;
Console.WriteLine(DiceRollProbability.RollFourPickTwoPickTwoAgainOdds());

View file

@ -0,0 +1,39 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v9.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v9.0": {
"DiceProbabilitesPrinter/1.0.0": {
"dependencies": {
"DiceProbabilities": "1.0.0"
},
"runtime": {
"DiceProbabilitesPrinter.dll": {}
}
},
"DiceProbabilities/1.0.0": {
"runtime": {
"DiceProbabilities.dll": {
"assemblyVersion": "1.0.0",
"fileVersion": "1.0.0.0"
}
}
}
}
},
"libraries": {
"DiceProbabilitesPrinter/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DiceProbabilities/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

View file

@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net9.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "9.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}