Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross Team Work - Removal of Classes and Assets from original Box Boy game #122

Open
1 task
37JackHirst opened this issue Oct 14, 2021 · 3 comments
Open
1 task

Comments

@37JackHirst
Copy link
Contributor

37JackHirst commented Oct 14, 2021

Description

A collaborative task ticket for any member of the studio to note down what they have deleted and the file path the deleted file sat in (if they have this available). While it is a task that can be undertaken by even just one person, it is able to be contributed to by any members of the studio.

Milestones (all at 1600 AEST)

  • Goal 1 (Oct. 20th): Have identified and removed all unneeded Code, Classes and Assets relating to the Box Boy Game.

Documentation

None required besides ticket, as it is simply the removal assets. May be reflected on individual Team Sprint Achievement Forms.

Members

Jack Hirst (@37JackHirst)
Jesse Graf (@Jesseable)
Ari Bowe (@AriBowe)
Kyle Christian (@RainbowGamer707)

@37JackHirst
Copy link
Contributor Author

37JackHirst commented Oct 14, 2021

14/10/2021

Removed two classes from the Team 1 Branch. Player inventory and the storing of gold within said inventory, and a JUnit testing class for it.

  • 2021-studio-4\source\core\src\main\come\deco2800\components\player\InventoryComponent.java
  • 2021-studio-4\source\core\src\test\come\deco2800\components\player\InventoryComponentTest.java

@AriBowe
Copy link
Contributor

AriBowe commented Oct 16, 2021

16/10/2021

Removed references to old 'ghost' and 'gorgon gear' entities in NPCFactor from Team 4 Branch

  • source\core\src\main\com\deco2800\game\entities\factories\NPCFactory.java (removed CreateGhost(), CreateGorgonGear(), and CreateBaseNPC())

@AriBowe
Copy link
Contributor

AriBowe commented Oct 20, 2021

19/10/2021 (I forgot to put this in yesterday)

Removed some references to player attacks in PlayerActions, as these are not used

  • source/core/src/main/com/deco2800/game/components/player/PlayerActions.java (removed attack() and some other references to attacking)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants