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

Playable on Linux #66

Closed naddoska closed 1 year ago

naddoska commented 1 year ago

Hey :) I was trying to do the Game Over Sound, unfortunately I use Linux and it did not work on Linux, so I made it work on Linux. Maybe you like that.

Cool game btw.

:)

naddoska commented 1 year ago

actually this should also work on MAC but i cant test that :D

Mayank0255 commented 1 year ago

@naddoska now the game would be playable on linux if we run the python script through terminal right?

as I believe the build files are of different extension for linux and mac. .exe won't be supported in it

naddoska commented 1 year ago

Yeah, as of right now you would have to run it through the terminal.

Mayank0255 commented 1 year ago

@naddoska Sorry for the delay, got busy with work.

Can you pls update the readme with the command that linux and mac users will have to run on terminal?

sharkwouter commented 1 year ago

@Mayank0255 what I did was just use the run command found in the README.