Skip to content

Commit

Permalink
parks: new parks
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDr3ck committed Sep 24, 2024
1 parent f37b1dc commit 47bcfc4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions Parks/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,42 @@ const parks = [
cost: ["forest", "mountain"],
index: 17,
},
{
name: "Bryce Canyon National Park",
points: 4,
cost: ["forest", "mountain","mountain","mountain"],
index: 18,
},
{
name: "Virgin Islands National Park",
points: 5,
cost: ["forest","forest","forest", "rain", "rain", "rain", "rain"],
index: 19,
},
{
name: "Grand Canyon National Park",
points: 3,
cost: ["mountain", "mountain","sun","rain"],
index: 20,
},
{
name: "Channel Islands National Park",
points: 2,
cost: ["mountain", "rain", "rain"],
index: 21,
},
{
name: "Grand Canyon National Park",
points: 4,
cost: ["mountain", "mountain", "sun","rain", "rain", "rain"],
index: 22,
},
{
name: "Biscayne National Park",
points: 3,
cost: ["forest", "forest","rain", "rain"],
index: 23,
},
];
const seed = new Seed(() => {
const names = parks.map((p) => p.name);
Expand Down
Binary file modified Parks/parks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47bcfc4

Please sign in to comment.