Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/java/event/Event01.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ public void restFlashlight() {

}
}
// Todo: I would add javadoc notes for less confusion
1 change: 1 addition & 0 deletions src/main/java/event/Event02.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ public void restHonda() {
}
}
}
// Todo: I would add javadoc notes for less confusion
1 change: 1 addition & 0 deletions src/main/java/event/Event03.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ public void attackHondaur() {

}
}
// Todo: I would add javadoc notes for less confusion
1 change: 1 addition & 0 deletions src/main/java/event/Event04.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ public void restDenzel() {
}
}
}
// Todo: I would add javadoc notes for less confusion
1 change: 1 addition & 0 deletions src/main/java/event/Event05.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ public void killHondaTrunk() {

}
}
// Todo: I would add javadoc notes for less confusion
1 change: 1 addition & 0 deletions src/main/java/event/Event06.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,4 @@ public void restBrandon() {

}
}
// Todo: I would add javadoc notes for less confusion
1 change: 1 addition & 0 deletions src/main/java/event/Event07.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ public void thankAdrian() {

}
}
// Todo: I would add javadoc notes for less confusion
1 change: 1 addition & 0 deletions src/main/java/main/GameManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ public void showLeaderboard() {
ui.displayLeaderboard(leaderboard); // Add a method in UI to display the leaderboard
}
}
// Todo: Organize your pictures
4 changes: 3 additions & 1 deletion src/main/java/main/UI.java
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,6 @@ public void generateScene() {
// LEADERBOARD SCREEN
createBackground(9,"bedroom.png");
}
}
}

// Todo: These blocks of code feel a bit crowded so maybe add some spaces so it would be easier to read
1 change: 1 addition & 0 deletions src/main/java/monsters/EngineStealerMonster.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,4 @@ public void talkWheeler() {}
public void attackWheeler() {}

}
// Todo: I would add javadoc notes for less confusion
1 change: 1 addition & 0 deletions src/main/java/monsters/Hondaur.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,4 @@ public void talkSponge() {}
@Override public void followSponge() {}

}
// Todo: I would add more javadoc notes for less confusion
1 change: 1 addition & 0 deletions src/main/java/monsters/Monster.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ public Monster(GameManager gm,int currentLife,int maxLife, String monster, int a


}
// Todo: I would add javadoc notes for less confusion