Hello CineTek, thanks so much for your kindly response!
Yes I want to start very simple first so I can understand and learn the creation of games in Corona.
So I thought a text adventure would be great, because it only implies text output and some if else cases.
The whole game will be displayed in text, like this:
R O O M 1
You just woke up in a small room. You can see there are many objects and one big door. What do you want to inspect?
-
Desk
-
Table
-
Window
-
Door
Maybe those objects can appear as buttons, where the program will tell the user what happens when he/she inspect the object. One of those objects has a key that can be used to open the door.
And maybe the door leads to a second room with other objects to inspect.
But I want to keep it as simple as possible so I can get knowledge very quickly! What do you think?
Thanks again for your response CineTek!