From 8c19969253b43566a8f8ec1a7e9f73c4f23a0878 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Mon, 25 Aug 2025 11:57:09 -0400 Subject: Added the_symbolic --- data/maps/the_symbolic/rooms/Tutorial.txtpb | 62 +++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 data/maps/the_symbolic/rooms/Tutorial.txtpb (limited to 'data/maps/the_symbolic/rooms/Tutorial.txtpb') diff --git a/data/maps/the_symbolic/rooms/Tutorial.txtpb b/data/maps/the_symbolic/rooms/Tutorial.txtpb new file mode 100644 index 0000000..556e2bd --- /dev/null +++ b/data/maps/the_symbolic/rooms/Tutorial.txtpb @@ -0,0 +1,62 @@ +name: "Tutorial" +panels { + name: "SAY" + path: "Panels/Entry/say" + clue: "say" + answer: "say" +} +panels { + name: "HIGH" + path: "Panels/Entry/high" + clue: "high" + answer: "hi" + symbols: ZERO +} +panels { + name: "<- (1)" + path: "Panels/Entry/say_hi" + clue: "" + answer: "hi" + symbols: EVAL + symbols: LINGO +} +panels { + name: "<- (2)" + path: "Panels/Entry/type_this" + clue: "" + answer: "this" + symbols: EVAL + symbols: LINGO +} +panels { + name: "<- (3)" + path: "Panels/Entry/write_same" + clue: "" + answer: "same" + symbols: EVAL + symbols: LINGO +} +panels { + name: "THIS" + path: "Panels/Entry/type_this2" + clue: "this" + answer: "this" +} +panels { + name: "WRITE" + path: "Panels/Entry/write_same2" + clue: "write" + answer: "write" +} +panels { + name: "TYPE" + path: "Panels/Entry/type_this3" + clue: "type" + answer: "type" +} +panels { + name: "SAME" + path: "Panels/Entry/write_same3" + clue: "same" + answer: "same" +} -- cgit 1.4.1