new levels

This commit is contained in:
2026-05-15 21:22:05 +02:00
parent 1c48f9fe32
commit 00a6e9f4bf
11 changed files with 155 additions and 4 deletions

19
src/levels/04_level.ts Normal file
View File

@@ -0,0 +1,19 @@
import { defineLevel } from "../lib/levelTypes";
export const level04 = defineLevel("Spike Field", [
"....................",
"....................",
"....................",
"....................",
"....................",
"....................",
"....................",
"....................",
"....................",
"....................",
"....................",
"....................",
".E....^...^...^....P",
"####################",
"####################",
]);