UQdeco2800 / 2021-studio-7

6 stars 2 forks source link

Game polishing and bug fixing (Team 3) #128

Open Luke-Cronin opened 3 years ago

Luke-Cronin commented 3 years ago

Description

This feature involves polishing and fixing existing bugs in the game in many areas of gameplay.

For player movement, the vectors add together when the user presses up and across so this needs to be kept consistent with the up and across movement speeds. The angle which the player moves is not in the isometric world frame and should be changed to be consistent with game tiles/world.

Game screens need to be redesigned for lose screen, win screen and paused screen. Wall textures for outside, inside wall textures and outside grass texture need to be updated. All these things need to be more consistent with the final game design and aesthetic.

Hitboxes and collisions for objects and walls are going to be standardized and fixed to represent the actual shapes of obejcts in the game.

JUnit Test coverage needs to be expanded to encompass all code in the game

Depending on other team workload and focus, we will manage bug fixes (and other sonarcloud stuff) with other teams and assign a realistic amount of work based on their sprint difficulty.

Dependencies

To be filled out.

Documentation

Milestones

Members

Luke-Cronin commented 3 years ago

@uqnjain Team 3 has filled out our Sprint 4 Feature ticket

benisrael29 commented 3 years ago

Hi guys, I have the mum hardcoded to enter the map through the main entrance in the forecourt room. Can you make sure that if you put a door here it is spawned open. It would also be great if you could make this a double door that is spawned open so she doesn't get stuck outside. Thanks.

benisrael29 commented 3 years ago

Can you include me in a pull request if you get this done.

junelee045 commented 3 years ago

Completed door interaction

E-Roderick commented 3 years ago

Linked to resources regarding collision/hitboxes

junelee045 commented 3 years ago

Linked door interactions and user testing documentation

E-Roderick commented 3 years ago

Removed JUnit test milestone due to accomplish-ability in sprint time