I want to create a guessing game. So I have a series of doors, and the player has to pick the lucky door to win. If they don’t, they lose. And each time they play the game, the lucky door is randomized. So my question is, how do I start the process?
Start by making a bare minimum working prototype. Start with just two doors and break the project down into what the game requirements are. This video shows how to select a random number and the basic logic of it could be modified to selected doors. There are so many different ways you could do this. But start by making a list of what the game needs to do, and then tackle each item on the list. Also, making a basic prototype will help you to identify potential issues or things you might not have considered.
This video may also give you some other ideas.
1 Like
Thank you! I was able to figure it out!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.