From df7af7c56e27d1073c118e43c6ddd5edcde1135a Mon Sep 17 00:00:00 2001 From: Ansh Kumar <115077985+ansh3108@users.noreply.github.com> Date: Sat, 16 Dec 2023 22:52:55 +0530 Subject: [PATCH] added an extra level i shouldn't be just creating a pr for a single level lol --- 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])