top of page

Sam's profile

Project #1: Mcdonald's C++

Summary: it’s a text based game where you go to Mcdonalds and make an order. If you have any money, you go around and find some inside & outside the Mcdonalds by people, places, or things. By doing this various, strange things happen that changes the game, but the endgame is ordering Mcdonalds, specially the secret order which is the best ending.

Role: 

  • Lead programmer: Program the game itself like text, choices, etc.

  • Lead Level designer: Design how the game will play out.

Key features & mechanics:

  • Reading information on screen then typing an answer.

  • Time limit (How long before Mcdonalds closes).

  • Selecting menu.

Challenge: 

Problem: I struggle to input the right code that allows for selecting a beverage after selecting a meal.
 

Solution: I use a boolean if statement that ask if the user what’s a drink also.

bottom of page