ucsb-cs56-projects / cs56-games-country-runner

-
2 stars 12 forks source link

Revamp hit detection #28

Closed salolivares closed 8 years ago

salolivares commented 9 years ago

Right now the game only properly supports one 'enemy' and hit detection for other 'enemies' does not work. A revamp of the hit detection function is necessary to have multiply enemies.

Relevant file - CountryRunnerJPanel.java: runnerHasCollided();

Point est. 250

mliou commented 9 years ago

Approved.

jalexanderqed commented 8 years ago

F16 CLOSED: Hit detection now covers all character types.