mirror of https://github.com/01-edu/public.git
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.
miguel
b28c202de7
|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
audit.md | 3 years ago |
README.md
history
Objectives
You must follow the same principles as in the first subject.
For this project you must create a story mode, a mode in a computer game in which the player plays through a story.
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 can be done with a story mode.
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!
The story must have at least:
- 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)
This project will help you learn about:
- Game story mode