Howdy fellow overflowers,
Ive had a hankering to build a simple platformer using python! The search led me to python arcade! While going through the tutorial here: https://opensource.com/article/18/4/easy-2d-game-creation-python-and-arcade
my pop up window refuses to load and forces me to close the program (python) when all I have is this peice of code:
arcade.open_window(screen_width,screen_height,'Drawing Example');
Here is an image of the resulting pop up window:
Is it an issue with Spyder, should I use another IDE?