Your first semester
Final Exam
In this final exam you are going to make your very first game in C++.
To make this game you are going to use;
If statements
Else statements
Else if statements
While Loops
Cin
Cout
Int, String, Float
Formulas
and your brains.....
The setting of the game is your choice. Are you exploring a dungeon, a post apocalyptic settlement, a medieval town, a space station???? The setting is whatever you can come up with!!!
You need to compose an original text based adventure game and lead us through your imaginary landscape.
To make this game you are going to use;
If statements
Else statements
Else if statements
While Loops
Cin
Cout
Int, String, Float
Formulas
and your brains.....
The setting of the game is your choice. Are you exploring a dungeon, a post apocalyptic settlement, a medieval town, a space station???? The setting is whatever you can come up with!!!
You need to compose an original text based adventure game and lead us through your imaginary landscape.
Break down of the grading for the final
The videos below will help guide you through producing your first Text based adventure game. Watch them and glean the information that you need for the game that you are creating.
If you want to try to earn an "A" on your final.....
the design specifications are these;
Your game must have:
1. 10 areas in the game that players can engage
2. 3 Pickups that can either help or hinder the player. (having both are better)
these Pickups are found in areas
3. An enemy that the player needs to beat
a. The enemiy should be able to fight back and do damage to the player
b. The enemies can have a couple of different attacks chosen at random
(Boss Fight), this is worth extra credit!!!
c. The player should be able to do damage to the enemy
the player has a couple of different attacks to choose from
d. every attack must have a chance of hitting or missing (player and enemy)
4. An ending to the game that congratulates the player if they survive
5. An ending to the game that alerts the player if they die
If you want to try and earn a "B" on your final...
Your game must have:
1. 5 areas in the game that players can engage
2. A Pickup that can either help or hinder the player
3. An ending to the game that congratulates the player if they survive
4. An ending to the game that alerts the player if they die
Videos
Basic text based game
Coding starts at 1:38
Another text based adventure game video
coding begins at 0:46
This video details how build a fight into your game!!!
Here is the game that started it all!!!
Download this file ----------------->>>>
|
![]()
|