Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BetLines = slot.BetLinesAgt5x4[:100]
Bet lines
View Source
var Info = game.GameInfo{ Aliases: []game.GameAlias{ {Prov: "AGT", Name: "Aladdin"}, {Prov: "AGT", Name: "Wild West"}, {Prov: "AGT", Name: "Crown"}, {Prov: "AGT", Name: "Arabian Nights 2"}, {Prov: "AGT", Name: "Casino"}, }, GP: game.GPsel | game.GPretrig | game.GPscat | game.GPwild, SX: 5, SY: 4, SN: len(LinePay), LN: len(BetLines), BN: 0, RTP: game.MakeRtpList(ReelsMap), }
View Source
var LinePay = [12][5]float64{
{0, 0, 100, 225, 1000},
{},
{0, 0, 50, 200, 600},
{0, 0, 50, 200, 600},
{0, 0, 25, 150, 400},
{0, 0, 25, 150, 350},
{0, 0, 10, 100, 200},
{0, 0, 10, 100, 200},
{0, 0, 5, 50, 125},
{0, 0, 5, 50, 125},
{0, 0, 5, 25, 100},
{0, 0, 5, 25, 100},
}
Lined payment.
View Source
var ReelsMap = slot.ReadMap[*slot.Reels5x](reels)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.