3D effects look very nice, here you can see what can be done with a very small code...
But I'm to stupid to really play this game
I've seen the "A, W, D, S" and "Space" keys in the code, but I have no clue what to do and what's the goal?

Code: Select all
Debug OpenWindowedScreen(WindowID(0),0,50,WindowWidth(0),WindowHeight(0)-50, 0,0,0,#PB_Screen_SmartSynchronization)


I dont know the exact specification of those machines. I belive in the first case the screen size is not supported. Try something standard (or the desktop size) like 1024x768.Matheos wrote: Fri Feb 20, 2026 7:17 pm Thank you to minimy for posting. I thought I should report back, it crashes on two systems here, Intel and AMD, PB 6.30 Windows 64-bit, C or ASM backend.
On the first machine, line 200 might be responsible, it returns zero.
Code: Select all
Debug OpenWindowedScreen(WindowID(0),0,50,WindowWidth(0),WindowHeight(0)-50, 0,0,0,#PB_Screen_SmartSynchronization)
On another machine, it crashes at a different point — line 200 returns 1, but then crashes at line 214.
![]()