Thanks for sharing, really fun/hard enough game

Code: Select all
If OpenWindow(0, 0, 0, 800, 600, "", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
InitEngine3D() : InitSprite()
If OpenWindowedScreen(WindowID(0), 0, 0, 800, 600)
EndIf
EndIf
Code: Select all
If OpenWindow(0, 0, 0, 800, 600, "", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
InitSprite()
If OpenWindowedScreen(WindowID(0), 0, 0, 800, 600)
EndIf
EndIf
My Mac system: wrote: Model Name: MacBook Pro
Model Identifier: MacBookPro12,1
Processor Name: Intel Core i7
System Version: OS X 10.10.5 (14F2511)
Kernel Version: Darwin 14.5.0
PureBasic 5.61 x64
This works on my system and is no different to that on Windows 10 x64JHPJHP wrote: Can you please try the following...
- fails for me in OSX: https://www.purebasic.com/documentation ... ecube.html
- PureBasic 5.61 (x64) :: macOS Sierra version 10.12.6