We decided to create a text based game using c++ designed to teach beginning coders c++ basics. Our game is a text script format, where they learn c++ in a fun and interesting way. The theme of the game is the story of a starship that has a malfunction in outer space. the engine exploded and as a way to contain the explosion and engulfing fire, the ship performs emergency protocols. sealing all the gates in the corridor of the ship. a warning is sent to tell the occupants to evacuate to escape pods to evacuate the ship. Unfortunately our main character, was walking in the corridor of the ship, when suddenly a metal door is shield shut behind him and in front of him as he was on his way to get to the escape pod! The doors are metal and really heavy, a human can open them. the keypad used to insert code to open the doors are not working. our hero is hopeless when suddenly a space wizard communicates with him and guides him to how to open the gates. The gate can only be opend manually, to open it manually the user has to do some tinkering for it to work. the keypad suddenly displays c++ script on the screen. Our hero doesn't know anything about c++, or what code to put to over ride the emergency system to open the gate. and so the wizard guides him with the basics and what to type to open one gate at a time. so its a game, and with each succesfull input of the instructions of the wizard, opens a gate. The game continues on until the player reaches the final gate, which leads to the escape pods of the burning ship.
Log in or sign up for Devpost to join the conversation.