From 78d3f4b79925ca6ca50c53f3ee53795b6b71ecdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A9ric=20Augusto?= Date: Wed, 4 Jan 2023 06:00:50 +0100 Subject: [PATCH] adding sprint retro and review --- ...etrospectivemd => sp3_review_retrospective.md} | 0 sprint/sp4_retrospective.md | 15 +++++++++++++++ sprint/sp4_review.md | 3 +++ 3 files changed, 18 insertions(+) rename sprint/{sp3_review_retrospectivemd => sp3_review_retrospective.md} (100%) create mode 100644 sprint/sp4_retrospective.md create mode 100644 sprint/sp4_review.md diff --git a/sprint/sp3_review_retrospectivemd b/sprint/sp3_review_retrospective.md similarity index 100% rename from sprint/sp3_review_retrospectivemd rename to sprint/sp3_review_retrospective.md diff --git a/sprint/sp4_retrospective.md b/sprint/sp4_retrospective.md new file mode 100644 index 0000000..a1bcb47 --- /dev/null +++ b/sprint/sp4_retrospective.md @@ -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. \ No newline at end of file diff --git a/sprint/sp4_review.md b/sprint/sp4_review.md new file mode 100644 index 0000000..6db09e6 --- /dev/null +++ b/sprint/sp4_review.md @@ -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 \ No newline at end of file