ctrekker / Space_Invaders

Based on the classic retro game Galaga. Built by 7 people in AP Computer Science A.
GNU General Public License v3.0
1 stars 0 forks source link

Chat Room #2

Open ctrekker opened 6 years ago

ctrekker commented 6 years ago

Make comments on this post to ask questions, inform the group, etc.

ctrekker commented 6 years ago

Also, to see things to work on, I compiled a list for making the GUI, as well as the logic. There's one more project that's specifically for our image designer (Arjun), so unless you're Arjun, don't touch that one.

liua88 commented 6 years ago

We moved the didCollideBullet method into ShipManager because it seems to work better there. Hopefully that's ok? Currently, it returns "false" whenever a bullet is shot, regardless of whether the bullet actually collided with an enemy ship. We're working on fixing the logic.

ctrekker commented 6 years ago

Sounds great! That does seem to make more sense to put it there.