space-invaders. 👾Python clone with a modern twist

leerob.io/blog/space-invaders-with-python

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

January 2019
  • Merge pull request #21 from Cthulhu2/refactor.
  • Refactor reset n lives
  • Refactor Explosion w classes (enemy, mystery, ship)
  • Refactor EnemiesGroup
  • Add .gitignore, compress images, and update README & LICENSE. (#20)
  • Fix double score when hitting one enemy with two bullets. (#19)
  • Prevent endless rounds. (#17)
  • Add .gitignore, compress images, and update README & LICENSE.
  • Fix double scores bug #18
  • Fix endless round bug #14
  • Fix broken enemy formation bug #12.
  • Fix #12 'Broken enemy formation' w single timer n group marching
September 2018
  • Merge pull request #11 from Cthulhu2/master
  • Fix ALSA underrun occurred w increase buffersize 512->4096
  • Fix chance to shoot for almost dead enemy columns
  • Fix double ship-image load n colors comment
  • Refactor exit condition w should_exit function
  • Reformat quotes, double->single
  • Refactor passed time conditions
  • Quit on ESC