From 40d46a1c77fab424cccad5d014f748c6aa9b8d12 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 4 Mar 2024 08:24:04 -0500 Subject: [PATCH] added game plan doc --- gamePlanning.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gamePlanning.md diff --git a/gamePlanning.md b/gamePlanning.md new file mode 100644 index 0000000..4672f0c --- /dev/null +++ b/gamePlanning.md @@ -0,0 +1,16 @@ +##Game Description + +I would like to generate a game where the game generates a maze and there is a random winning point generated in the maze. The character is spawned at the far end of the maze. + +##Core Mechanics +-Player controlled by arrow keys +-Maze generation must update on each new level +-There needs to be some sort of "touching" of the player and the win screen +-Implement touching of maze walls +-Implement a timer + + +##Challlenges +-Random maze generation will be challenging +-Implementing a visual timer +-How do I "touch" in this game. \ No newline at end of file