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