added new game sketch
This commit is contained in:
parent
a6597b28c6
commit
ea6766a473
1 changed files with 11 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue