From 87cbe324732b6c2a454d1a10dffacb2a8aa6cf59 Mon Sep 17 00:00:00 2001 From: cheeks <134818917+leftovertoast@users.noreply.github.com> Date: Sun, 26 Jan 2025 14:16:46 -0500 Subject: [PATCH] Completed 5-13 Your Ideas --- Chapter_05/5-13_your_ideas.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Chapter_05/5-13_your_ideas.py diff --git a/Chapter_05/5-13_your_ideas.py b/Chapter_05/5-13_your_ideas.py new file mode 100644 index 0000000..43b13d9 --- /dev/null +++ b/Chapter_05/5-13_your_ideas.py @@ -0,0 +1,7 @@ +# Exercise 5-13 Your Ideas +# Learning Objective: No coding in this exercise. + +''' +goal: a simple 2D maze game with keys perhaps. +goal: simple web chat. +''' \ No newline at end of file