Browse Source

docs(bomberman-dom): make bonus consistent between subject and audit

pull/2554/head
nprimo 2 weeks ago
parent
commit
b86e01e16c
  1. 3
      subjects/bomberman-dom/README.md
  2. 14
      subjects/bomberman-dom/audit/README.md

3
subjects/bomberman-dom/README.md

@ -62,8 +62,7 @@ Although this bomberman already is super cool, it can be always better. Here are
- _Detonator_: Ability to choose when a bomb will explode on a key press;
- _1 Up_: Gives the player an extra life;
- **Release power ups after death**: When a player dies it drops one of it's power ups. If the player had no power ups, it drops a random power up.
- **More than 4 players**: Be able to start a game with more than 4 players
- **Team mode**: Make games with 2v2 or 3v3 (two/three players versus two/three players).
- **Team mode**: Make games with 2v2 (two players versus two players).
- **After death interaction**: When a player dies, they can reappear as a ghost. If a ghost touches another player they come back to life. If a ghost is caught in a bomb explosion, the player controlling the ghost dies permanently.
This project will help you learn about:

14
subjects/bomberman-dom/audit/README.md

@ -1,5 +1,9 @@
#### Functional
##### Inspect the game source code.
###### Was the `mini-framework` the only technology/framework used to develop the project? Any other framework or technology such as canvas or Web-GL are not allowed.
##### Try to open the game.
###### Were you asked for a nickname?
@ -70,10 +74,14 @@
#### Bonus
###### +Are players' lives displayed?
###### +Is there a `Solo + Co-Op mode` in the game as described in the subject?
###### +Are 2 or more extra power ups, as described in the [subject's bonus section](../README.md), implemented?
###### +When a player dies, is a random power up release as described in the subject's bonus section?
###### +Is the winner shown after the game in any way?
###### +Is there a team mode implemented?
###### +Is there a way to start another game after a game is over?
###### +Can the player interact with the game after death as described in the subject's bonus section?
###### +Do you think in general this project is well done?

Loading…
Cancel
Save