core

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(cfg Config) error

Types

type Config

type Config struct {
	GRPCPort string
	WebPort  string

	// Realtime Configuration
	RunRealtime  bool   // If true, runs Realtime service within this process
	RealtimePort string // Only used if RunRealtime is true

	RuntimeAddr string // Address of the Runtime Service (e.g. localhost:50052)

	ArenaWidth  float32
	ArenaHeight float32
	TickRate    int    // Ticks per second
	RedisAddr   string // Redis address for horizontal scaling
	DBPath      string // Path to SQLite database
}

Jump to

Keyboard shortcuts

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