```py
pygame-ce 2.5.0 (SDL 2.30.3, Python 3.12.3)
Traceback (most recent call last):
File "/home/axis/Downloads/Galactic-Cruiser/main.py", line 3, in <module>
from win32api import GetSystemMetrics
ModuleNotFoundError: No module named 'win32api'
```Nooo, you should have used this to get the screen size to support linux as well :(
https://pyga.me/docs/ref/display.html#pygame.display.get_desktop_sizes
I used this and was able to play it
Cool game! But it was a bit too easy lol, i didnt even have to move my spaceship.