Skip to content

Commit

Permalink
Default to two teams.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Oct 24, 2024
1 parent 14ba039 commit 7700ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakes/src/lib/snake/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const GAME_CONFIG: Readonly<GameConfig> = {
height: 25,
roundDuration: 60,
snakesPerTeam: 1,
teamNames: ['red', 'blue', 'orange'],
teamNames: ['red', 'blue'],
nomsPerMove: 1,
nomDuration: 200,
killWorkers: true,
Expand Down

0 comments on commit 7700ffe

Please sign in to comment.