CS 328 Introduction to Computer Game Development Homework #2
Due: two weeks, 9/13/2019, 11:59pm.
Turnin on Blackboard.
Starfish Collector
For this assignment, our goal is to learn the material in chapters 2 and 3
of the text.
- Download the Starfish Collector game from chapter 2 and get it working
- Download the Starfish Collector game from chapter 3 and get it working
- Add sharks that will kill the player on contact. You will have to make
or find a shark image.
- Make the sharks swim randomly, unless the player gets near; have them
pursue the player if they get within 10% of the screen from them.
Adjust the number of sharks until the game is not trivial but is winnable.
- Give the player three lives
- Put the game on a timer such that it is game over if the player hasn't
collected a starfish in 20 seconds