Analyzing your Game
Get insights on your game
Introduction
Configure analysis to get useful statistics about your game.
Analyzing your game is quite simple:
Simply adjust your runTasks() configuration to include analysis:
game.runTasks({
// ...
doAnalysis: true,
analysisOpts: {
gameModes: ["base"],
},
})Output Files / Publish Files
The output will be written to the __build__ directory.
stats_payouts.json
Contains a list of win ranges and how many simulations (from the final lookup table) fall into those ranges.
stats_summary.json
Contains various statistics about volatility, hit rates, etc.
Use of AI on this page: All texts were initially written by hand and many were later revised by AI for improved flow. All AI generated revisions were carefully reviewed and edited as needed.