ucsb-cs56-projects / cs56-android-games-pacman

-
3 stars 13 forks source link

Add fruit #29

Open mlobins opened 7 years ago

mlobins commented 7 years ago

Add the fruit pellet type so that the user can get a higher score and the score is not based only on pellets. The image must be added to /drawable/, the image must be added to BitmapImages.java, the draw method must be added to UserInterface.java, spawn the fruit in the game map, and GameConditions.java should be updated to accommodate the new score type. (250 pts)

Tektonbuilds commented 7 years ago

F16 OK (250 pts)