I am developing a simple platformer game using the arcade game library of Python. I am still new to this, but I have tried to use as much object oriented programming as I could. I have successfully setup two “rooms” or levels of the game. However, I cannot figure out how to move to the second room after finishing the
Tag: arcade
Why is Pip not working after upgrading Python to 3.8?
I was working on a 2D game using python 3.6.8 and pip3. Everything was working fine. Then i downloaded and installed python 3.8. Now, pip won’t work at all. These are the errors I am getting when running “pip3 install arcade”: PLEASE HELP, I would like to continue making my game. Answer The error is pretty clear. You’ve got a
Python 3.6.4 Arcade Module Window Errors? {pyglet.gl.lib.GLException: b’invalid enumerant’}
UPDATE: I checked the graphics cards installed on the computers. The one where it “works” has Nvidia Graphics and the other has Intel HD R graphics under display adapter in Device Manager. I’m assuming the Intel HD R graphics driver is not sufficient (does not contain the OpenGL required?). What do I need to get on the Intel HD R