ChillyGame - Part 5: The end of the story…
Until now everything was ok in ChillyLand. This week we don’t have a specific assignment about what to add. It’s up to you to extend the game. Make sure to write clear code and use the logic we’ve already added. A lot of this logic can be reused to add more things to the game. Good luck!
We have a few suggestions.
Hostile penguins
Chilly looks so cute… But he isn’t… If you have created the two player variant of week 5 you can make the two players hostily against each other. Think of these options:
- Harm each other on collision (decrease health).
- Add the possibility to drop bombs to harm the other player (when he walks over the bomb)
- Add the ability to shoot (quite hard!)
- Add a fighting mechanism (like the pokemon games: See https://pokemon.fandom.com/wiki/Pokémon_Battle when the two players encounter each other. (really hard!)
Powerups
Add special items to pick up that gives you superpowers:
- A pill that increases your health immediatly to 100%
- A “doubler” that doubles the health you gain wehen eating something
- In case you have hostily penguins:
- A shield to protect against a hostile penguin.
- A weapon to do more harm to the other penguin.
Enemies
Add enemies that randomly moved over the screen.
- When they collide into a player health is decreased.
- Maybe they steel fish?
- Maybe add a combaty system to enemies too?