From 0a81670d02e625359bc9ee9dc1da38f2c37fb765 Mon Sep 17 00:00:00 2001 From: Ansh Kumar <115077985+ansh3108@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:29:09 +0530 Subject: [PATCH] added an extra level (#1302) i shouldn't be just creating a pr for a single level lol Co-authored-by: Lucas <88567622+LucasHT22@users.noreply.github.com> --- games/fill_the_map.js | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/games/fill_the_map.js b/games/fill_the_map.js index 47c6dc6d31..de6635c147 100644 --- a/games/fill_the_map.js +++ b/games/fill_the_map.js @@ -68,7 +68,7 @@ setLegend( 0000000000000000 0000000000000000 0000000000000000 - `] + `], ) setSolids([player, green, wall]) @@ -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])