IM so LATE

I'm not thaaaaaaat late but I just made the entry so... I need to upload my initial zipped game

(log in to comment)

Comments

Hi!


I tried your game on Linux. There is strange permissions for assets/fonts directory.

And I getting a lot of errors like this because filesystem is case sensitive:

FileNotFoundError: [Errno 2] No such file or directory: 'assets/fonts/Noto_Sans_JP/NotoSansJp-Medium.otf'
  File "uninhabited.py", line 152, in __init__
    self.image = image.load(f"assets/{part}.png")
pygame.error: Couldn't open assets/Scientific Calculator.png

Okay, I will fix that thanks for informing though!