You could maybe ask the event forgerts (durk for example) if you can quickly change the code to support this and not need win32api
But nice game overall!
Here's what I modified
```py
import pygame, sys, json, os, time, random
os.environ['SDL_VIDEO_CENTERED'] = '1'
pygame.mixer.pre_init(44100,-16, 2, 512)
pygame.init()
screen_info = pygame.display.Info()
screen_width, screen_height = pygame.display.get_desktop_sizes()[0]
```