Skip to content

Commit

Permalink
added an extra level (#1302)
Browse files Browse the repository at this point in the history
i shouldn't be just creating a pr for a single level lol

Co-authored-by: Lucas <[email protected]>
  • Loading branch information
ansh3108 and LucasHT22 committed Dec 16, 2023
1 parent a7c3afe commit 0a81670
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions games/fill_the_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ setLegend(
0000000000000000
0000000000000000
0000000000000000
`]
`],
)

setSolids([player, green, wall])
Expand Down Expand Up @@ -97,7 +97,19 @@ pw...
.w...
.w...
.....`,
]
map`
pwwwwwwwwwwwwwwwww..
.w.................
.w.wwwwwwwwwwww.....
.w.................
.wwwwwwwwwwwwwwwwww.
....w....w..w......
..w.w.......w..w...
..w.w.www.w.w..w...
..w.w.wwwww.w..w...
..w...wwwww....w....`,
];



setMap(levels[level])
Expand Down

1 comment on commit 0a81670

@vercel
Copy link

@vercel vercel bot commented on 0a81670 Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sprig – ./

sprig-git-main.hackclub.dev
sprig.hackclub.com
sprig-beta.hackclub.dev
gamelab.hackclub.com

Please sign in to comment.