From a7ae25ec086117e133b2dfbbc1c5025aa2f29964 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 8 Sep 2024 19:49:47 -0400 Subject: Add example game using raylib --- examples/game/map.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/game/map.txt (limited to 'examples/game/map.txt') diff --git a/examples/game/map.txt b/examples/game/map.txt new file mode 100644 index 00000000..d0436a0a --- /dev/null +++ b/examples/game/map.txt @@ -0,0 +1,17 @@ +[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] [] +[] @@ [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[] [] [] +[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] -- cgit v1.2.3