leerob / space-invaders

👾Python clone with a modern twist
https://leerob.io/blog/space-invaders-with-python
MIT License
247 stars 224 forks source link

enemies dont use all space #6

Closed rsBNT closed 6 years ago

rsBNT commented 7 years ago

when shooting a column of enemies at left or right side, their neighbors dont use the free space but stick with their movement behaviour

rsBNT commented 7 years ago

Another issue which is highly likely related to this one is that enemies sometimes move out of sight. Im working on a fix for this.

leerob commented 7 years ago

Awesome, thanks for looking into this!