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.
 
 
 
 
 
 
nprimo 29b2fc9d6f fix: update broken links in `audit/README.md` files 8 months ago
..
audit fix: update broken links in `audit/README.md` files 8 months ago
README.md solving readme public issues 2 years ago
audit.md feat(audit.md): restore old audit.md files 9 months 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