You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1014 B

4 years ago
## history
### Objectives
You must follow the same [principles](../README.md) as in the first subject.
4 years ago
For this project you must create a **story mode**, a mode in a computer game in which the player plays through a story.
4 years ago
Take for instance **Super Mario** where a story is being told in which the main character tries to save the princess.
With some creativity even [Brick Breaker/ Arkanoid](https://en.wikipedia.org/wiki/Arkanoid) can be done with a story mode.
4 years ago
### Instructions
A story must have some kind of logic and evolution, you must not simply write something on a board and it is done, no!
4 years ago
The story must have at least:
4 years ago
- an introduction, the context and beginning of the story (should be shown before starting the game)
- a development, the story reaches a waypoint (should be shown when you hit a specific score while playing)
- a conclusion, the end of the story (should be shown when the game ends, either with a loss or a victory)
4 years ago
This project will help you learn about:
- Game story mode