Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
WatchGamingVideos authored Jun 3, 2024
1 parent 8be2065 commit 50cd209
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ for (i = 0; i < NUM_TEAMS; i ++) {
clubStandings [i] = i;
}

let teamNames = ["Seattle Seagulls", "Toronto Turtles", "Birmingham Beavers", "Sacramento Squirrels",
"Memphis Muskrats", "Chicago Chipmunks", "Detroit Deers", "Rochester Raccoons",
"Boston Bears", "Paris Porcupines", "Halifax Hedgehogs", "Florence Foxes",
"San Francisco Spiders", "Waterloo Wolves", "Guelph Gerbils", "Calgary Cats",
"Dallas Dogs", "Osaka Owls", "Phoenix Pandas", "Moscow Mice"];
let teamNames = ["Brighton", "Bayer 04 Leverkusen", "Real Madrid", "PSG",
"Inter Milan", "PSV", "Sporting CP", "Sturm Graz",
"Celtic", "Red Star Belgrade", "Club Brugge", "Galatasaray",
"FC Copenhagen", "Olympiacos", "Molde FK", "Sparta Praha",
"Shakthar Donetsk", "Qarabag FK", "Dinamo Zagreb", "Young Boys"];

clubs = generateClubs (clubs);
fixtures = generateFixtures (fixtures);
Expand Down

0 comments on commit 50cd209

Please sign in to comment.