Felipe-Ma / comp55

0 stars 1 forks source link

Boss level additions #2

Open Felipe-Ma opened 2 years ago

Felipe-Ma commented 2 years ago

Improving the boss level. Currently the boss level is not well-designed. There lies a boss that moves back and only a single line of enemies. Possible ways to make this final level better is by increasing the number of enemies, increasing player movement, possibly adding another line of enemies. There are also a few bugs in the game that pertains with the boss level. Once the game has been defeated, the end screen always says that the user has won even if they have lost. More classes will be needed be added to implement another line of enemies, there may need to be the removal of old code and new code needed as well as new classes.

onzfonz commented 2 years ago

Try to do this so that you can dynamically load information about the boss, like the image, or the numbers of enemies or the total number of enemies the boss has.