Some problems with my version of Snake in 3D on Apple Silicon M1
I resumed an old college-era project and was trying to convert my 2d snake to a 3d version . After installing OpenGL and PyGame libraries , when I try to start it , it crashes on a loading screen , basically as if it wants to start but fails ; the doubt is if this problem is related to apple silicon M1 ( in my case MBP M1 13” with 8 GB Ram ) . If this was not the problem , what could it be ?
If need be , I can also paste the old code of the 2D version .
I have not programmed for years now dealing with networking , however I would be curious to know if I did something wrong .
Thanks