Skip to content

Commit

Permalink
Parks: +6 parks
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDr3ck committed Sep 21, 2024
1 parent b8bc78c commit ff5822c
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 @@ -136,6 +136,42 @@ const parks = [
cost: ["forest", "sun", "sun"],
index: 11,
},
{
name: "Glacier Bay National Park",
points: 3,
cost: ["forest", "mountain", "rain", "rain"],
index: 12,
},
{
name: "Denali National Park",
points: 4,
cost: ["mountain", "mountain", "mountain", "mountain"],
index: 13,
},
{
name: "National Park of American Samoa",
points: 4,
cost: ["forest", "forest", "sun", "sun", "rain", "rain"],
index: 14,
},
{
name: "Sequoia National Park",
points: 4,
cost: ["forest", "forest", "forest", "forest"],
index: 15,
},
{
name: "Rocky Mountain National Park",
points: 4,
cost: ["mountain", "mountain", "sun", "sun", "rain", "rain"],
index: 16,
},
{
name: "Shenandoah National Park",
points: 2,
cost: ["forest", "mountain"],
index: 17,
},
];
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 ff5822c

Please sign in to comment.