Add two more food spawns to Arcade Maze map.

This commit is contained in:
Brad Van Vugt 2022-06-15 10:42:41 -07:00 committed by GitHub
parent 25dc404493
commit 0f15f34bdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,9 @@ func (m ArcadeMazeMap) UpdateBoard(lastBoardState *rules.BoardState, settings ru
foodPositions := []rules.Point{
{X: 3, Y: 11},
{X: 9, Y: 5},
{X: 9, Y: 11},
{X: 9, Y: 17},
{X: 15, Y: 11},
}