Amegma / Galaxy-Attack

An inspiration of the original Atari Space Invaders game built in pygame :space_invader: :video_game:
MIT License
40 stars 20 forks source link

Game breaks on non-windows machines #65

Closed nkitsaini closed 1 year ago

nkitsaini commented 1 year ago

The breakage is caused by following line. windll is windows only interface. https://github.com/Amegma/Galaxy-Attack/blob/310479c63c63e1625e4e65fc08bafa3d85aafdda/config.py#L19

Other then this everything seems to work:

naddoska commented 1 year ago

Hey there :) I actually made a fix for this: https://github.com/Amegma/Galaxy-Attack/pull/66 have fun :)