bug fixes
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m25s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 2m25s
This commit is contained in:
@@ -47,8 +47,8 @@ func simulateChunk(sessionID string, inputs []Input, totalTicks int, vals map[st
|
||||
|
||||
for i := 0; i < totalTicks; i++ {
|
||||
|
||||
currentSpeed := BaseSpeed + (float64(score)/500.0)*0.5
|
||||
if currentSpeed > 12.0 {
|
||||
currentSpeed := BaseSpeed + (float64(score)/750.0)*0.5
|
||||
if currentSpeed > 14.0 {
|
||||
currentSpeed = 12.0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user