Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BetLines = slot.BetLinesNetEnt5x4[:40]
Bet lines
View Source
var Info = game.GameInfo{ Aliases: []game.GameAlias{ {Prov: "NetEnt", Name: "Groovy Sixties"}, {Prov: "NetEnt", Name: "Funky Seventies"}, {Prov: "NetEnt", Name: "Super Eighties"}, }, GP: game.GPsel | game.GPretrig | game.GPfgmult | 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, 50, 200, 1000},
{},
{0, 0, 25, 100, 400},
{0, 0, 25, 100, 400},
{0, 0, 20, 75, 250},
{0, 0, 20, 75, 250},
{0, 0, 5, 50, 150},
{0, 0, 5, 50, 150},
{0, 0, 5, 20, 100},
{0, 0, 5, 20, 100},
{0, 0, 5, 20, 100},
{0, 0, 5, 20, 100},
}
Lined payment.
View Source
var ReelsMap = slot.ReadMap[*slot.Reels5x](reels)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.