Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Weebli/OOP20-bomber1 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-borriello00 committed Jun 24, 2021
2 parents c22034b + 5deaf18 commit 35ea53a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Installation

1. Download the last realease of BomberOne.
1. Download the last release of BomberOne.
2. Execute "java -jar 'BomberOne.jar" from your terminal.
3. Enjoy the game!

Expand All @@ -18,7 +18,7 @@ Whenever the Bomber is killed, all PowerUps (except TimerInc) will be deactivate

## Levels
At the beginning of the game it will be possible to choose between two different levels:
- The first one called **"Normal"** is the less difficult, will generates 3 enemies, that, once dead, will no longer be present in the map.
- The first one called **"Easy"** is the less difficult, will generates 3 enemies, that, once dead, will no longer be present in the map.
- The second one, called **"Hard"**, the most difficult, will generetes more boxes and the enemies can be respawned until until there will be boxes on the map.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import bomberone.model.user.User;

/**
* The Game Controller of the MatchView that contains the Gameloop and handles
* The Match Controller of the MatchView that contains the Gameloop and handles
* Events & Command.
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import bomberone.views.match.MatchView;

/**
* An implementation of GameController.
* An implementation of MatchController.
*
*/
public class MatchControllerImpl extends ControllerImpl implements MatchController, Runnable {
Expand Down

0 comments on commit 35ea53a

Please sign in to comment.