cs230-group31 / project-spleego

CS230 Assignment Two
1 stars 0 forks source link

Implement fire effect. #32

Open liamdln opened 3 years ago

liamdln commented 3 years ago

File effect needs to be implemented in FireTile.java.

The fire tile needs to stop users from moving onto tiles within a 3x3 radius, where the FireTile is in the middle. Also, a FireTile cannot be placed on a player, and the 3x3 radius cannot have a player within it.

zishi007 commented 3 years ago

fire effect.