Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added an extra level #1302

Merged
merged 2 commits into from
Dec 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
added an extra level
i shouldn't be just creating a pr for a single level lol
  • Loading branch information
ansh3108 committed Dec 16, 2023
commit df7af7c56e27d1073c118e43c6ddd5edcde1135a
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