Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BetLines = slot.BetLinesAgt5x3[:10]
Bet lines
View Source
var Info = game.GameInfo{ Aliases: []game.GameAlias{ {Prov: "AGT", Name: "Lucky Slot"}, }, GP: game.GPsel | game.GPfgno | game.GPscat | game.GPrwild, SX: 5, SY: 3, SN: len(LinePay), LN: len(BetLines), BN: 0, RTP: game.MakeRtpList(ReelsMap), }
View Source
var LinePay = [10][5]float64{
{},
{},
{0, 10, 50, 250, 5000},
{0, 0, 40, 120, 800},
{0, 0, 40, 120, 600},
{0, 0, 20, 40, 200},
{0, 0, 12, 30, 160},
{0, 0, 12, 30, 160},
{0, 0, 8, 24, 120},
{0, 0, 8, 24, 120},
}
Lined payment.
View Source
var ReelsMap = slot.ReadMap[*slot.Reels5x](reels)
View Source
var ScatPay = [5]float64{0, 0, 5, 20, 100} // 2 scatter
Scatters payment.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.