From ea6766a473fb161929bfc522535d502291ed9f02 Mon Sep 17 00:00:00 2001 From: llnu Date: Fri, 19 Jun 2020 17:11:47 +0200 Subject: [PATCH] added new game sketch --- .../ex45_game_outline/game_outline_new.org | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 balazs/python-the-hard-way/ex45_game_outline/game_outline_new.org diff --git a/balazs/python-the-hard-way/ex45_game_outline/game_outline_new.org b/balazs/python-the-hard-way/ex45_game_outline/game_outline_new.org new file mode 100644 index 0000000..1988808 --- /dev/null +++ b/balazs/python-the-hard-way/ex45_game_outline/game_outline_new.org @@ -0,0 +1,11 @@ +* Game outline + +Generate a 32x32 maze where and user have to navigate out of it. + +** Flow + +Map will be displayed +User have some actions (up down ...) and they have to navigate out. + + +Extra: Random actions can happen, where the user can dies if they miss the check