List of things that need cleaned up in code
jrussell31 opened this issue · 0 comments
jrussell31 commented
Classes to remove
- Remove the ButtonListener (Used by JButtons, which I don't think we have any) if it is not going to be used.
- Remove the Toggle class if it is not going to be used (I think it was created on accident).
Game Data
- Need to set the game data to level 1
- Set an appropriate time for each level
- Decide on placement of objects in each level
Remove commented out code
- Animator
- Boot
- Chip
- Key
- Bomb
- Fire
- Lock
- Spawner
- Toggle
- Trap
- Wall
- Water
- Ball
- Block
- Bug
- Frog
- Glider
- Tank
Need to cite code used
- In Frog, methods ChangeNodeContents, GetNodeContents and ShortestPath adapted from MazeSolver