crystal-bit / space-shooter

Shoot 'em up game, developed for the Hacktoberfest 2019 event with the Crystal Bit community.
GNU General Public License v3.0
41 stars 34 forks source link

Implement Enemy1 fire bullet mechanic #48

Closed davcri closed 5 years ago

davcri commented 5 years ago

Define the Enemy1 logic to shoot bullets towards the player.

There is no defined behaviour in the GDD at the moment, so feel free to create one by yourself.

If you are uncertain, I would say that shooting after a random amount of seconds between 0.5 and 2 is fine.

[Optional]

SONOMNT7 commented 5 years ago

I'm now implementing this

SONOMNT7 commented 5 years ago

almost finished

SONOMNT7 commented 5 years ago

I'm uploadig