COMP90041 / city-tank-game

1 stars 16 forks source link

add bullet #16

Closed YUHSIENH closed 4 years ago

YUHSIENH commented 4 years ago

test pull request

YUHSIENH commented 4 years ago

don't know why bullet.java line 50 bitmap can't get the right symbol, bitmap seems to be empty here..... even though I have getBitMap() in line 36

thuanpv commented 4 years ago

Hi @YUHSIENH. Thank you for sending this PR. Even though I can compile your code, it doesn't work as expected -- the fired bullets are stationary and there is no command added to fire a bullet. I have just pushed my initial implementation for this feature (See commit f03f7ff823178ad59af3c8491742d14d03619a01). It is not fully completed yet and I will discuss the limitations in our lecture time.