From f99c8ce6fa39aaf7d7a8bc1e921caa89c76320a1 Mon Sep 17 00:00:00 2001 From: Codinget Date: Thu, 26 Mar 2020 12:04:02 +0100 Subject: [PATCH] added level 3, with the same layout as survival --- levels/level3.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 levels/level3.json diff --git a/levels/level3.json b/levels/level3.json new file mode 100644 index 0000000..53b2999 --- /dev/null +++ b/levels/level3.json @@ -0,0 +1,41 @@ +{ + "world": [ + " w ", + " w ", + " wwwwwww w wwwwwww ", + " w f w ", + " w w ", + " w wwwwwwwwwwwww w ", + " w w ", + " w f w ", + " w w w ", + " w w w ", + " w w w ", + " w w w ", + " w w w ", + " w w w ", + " w w w ", + "wwwf w fwwwwwwwwwwwwwwwf w fwww", + " w w w ", + " w w w ", + " w w w ", + " w w w ", + " w w w ", + " w w w ", + " w w w ", + " w f w ", + " w w ", + " w wwwwwwwwwwwww w ", + " w w ", + " w f w ", + " wwwwwww w wwwwwww ", + " w ", + " w " + ], + "delay": 200, + "snake": [ + [16, 4], + [15, 4], + [14, 4] + ] +}