Skip to main content

State

The state section specifies the initial state. It sets the player's position and designates the ball carrier.

players = {p1, p2}

state = {
baller = p1,
position = {
p1 = (0, 60),
p2 = (90, -80),
},
}
12