12 lines
264 B
Org Mode
12 lines
264 B
Org Mode
|
* 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
|