Discretize movement.
This commit is contained in:
parent
015375bbc3
commit
cad36f97a7
2
game.go
2
game.go
|
@ -85,7 +85,7 @@ func gameOver(s state) bool {
|
|||
}
|
||||
|
||||
const (
|
||||
steps = 500
|
||||
steps = 40
|
||||
numBots = 10
|
||||
numTeams = 4
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue