-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27fe3b1
commit 78d3f4b
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Sprint 4 (final) retrospective | ||
|
||
1. **Add several levels to the game:** It was possible to add 3 levels to the game that work well. Enemies are able to attack as well as the hero, who has the high attack and the normal attack. Each level has its own background and each enemy has its own special characteristics. | ||
|
||
2. **Add music and noises to the game:** There are different sounds for each attack and each enemy, for collecting items, as well as sounds for transitions between stages. The theme songs, however, were missing. There is a theme song on the opening screen but not on the other screens. | ||
|
||
3. **Development of full screen settings:** the goal of setting the screen to fullscreen mode at the 1920x1080 aspect ratio has been successfully achieved. | ||
|
||
4. **Hero attack features:** the hero is able to perform all the proposed attacks. | ||
|
||
5. **Enemy attacks:** Each of the 3 different enemies created is capable of performing simple attacks, each with its own special characteristic.So the goal was achieved in its completeness. | ||
|
||
6. **Final boss:** It was not completed, as only three different levels were developed, not including the final boss. | ||
|
||
7. **New camera system centered on the hero:** Overall the goal was achieved. The only error occurs when the hero moves to the edge of the screen on the left, reaching a region where there is no background. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Sprint 4 (final) review | ||
|
||
The objectives were partially achieved. It was possible to notice that the game has evolved a lot in this last sprint, even though it is not yet a completely finished product, with parts still missing. The team as a whole was able to work together, understanding what each other's expertise was. It was noticeable that we worked best by testing the platform in separate branches and then implementing the changes in the final version. It was also notable that the vacation break hindered a little the work developed, causing less to be delivered than expected. Still, as said, there was a lot of progress, even if the high expectations were not completely met.s |