goldentour

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BetLines = slot.BetLinesPlt5x3[:]

Bet lines

View Source
var Egolfbn float64
View Source
var Golf = [...]float64{
	5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 20, 25, 30, 50,
}

Average gain = 16

View Source
var Info = game.AlgInfo{
	Aliases: []game.GameAlias{
		{Prov: "Playtech", Name: "Golden Tour", LNum: 5, Date: game.Date(2009, 1, 25)},
	},
	AlgDescr: game.AlgDescr{
		GT: game.GTslot,
		GP: game.GPrpay |
			game.GPlsel |
			game.GPfgno |
			game.GPscat |
			game.GPwild,
		SX: 5,
		SY: 3,
		SN: len(LinePay),
		LN: len(BetLines),
		BN: 1,
	},
	Update: func(ai *game.AlgInfo) { ai.RTP = game.MakeRtpList(ReelsMap) },
}
View Source
var LinePay = [11][5]float64{
	{0, 25, 100, 500, 2000},
	{0, 5, 50, 200, 1000},
	{0, 5, 25, 100, 500},
	{0, 3, 25, 100, 250},
	{0, 2, 20, 80, 200},
	{0, 2, 15, 50, 150},
	{0, 2, 5, 25, 100},
	{0, 2, 5, 10, 50},
	{},
	{},
	{},
}

Lined payment.

Functions

func CalcStat

func CalcStat(ctx context.Context, sp *slot.ScanPar) float64

func ExpGolf

func ExpGolf()

func GolfSpawn

func GolfSpawn(totalbet float64) (pay float64)

Types

type Game

type Game struct {
	slot.Grid5x3 `yaml:",inline"`
	slot.Slotx   `yaml:",inline"`
}

func NewGame

func NewGame(sel int) *Game

func (*Game) Clone added in v0.8.0

func (g *Game) Clone() slot.SlotGeneric

func (*Game) ScanLined

func (g *Game) ScanLined(wins *slot.Wins)

Lined symbols calculation.

func (*Game) ScanScatters

func (g *Game) ScanScatters(wins *slot.Wins)

Scatters calculation.

func (*Game) Scanner

func (g *Game) Scanner(wins *slot.Wins) error

func (*Game) SetSel

func (g *Game) SetSel(sel int) error

func (*Game) Spawn

func (g *Game) Spawn(wins slot.Wins, fund, mrtp float64)

func (*Game) Spin

func (g *Game) Spin(mrtp float64)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL