- flow_chart
 - if
 - elif
 - input functions
 
- Make a flow chart to draw the story of the game
 - Begin your game by welcoming commands.
 - Ask user they want to go left or right.
 - if your user click right, print the statement game over.
 - if your user click the left, give them two or more choice as per the wish to travel along the game.
 - add obstacles keys like stage 1 and stage 2.
 - hope you find helpful.