[pygame] broken links

2021-04-27 Thread Jeff Mitchell
There are many broken links on the pygame website, mainly for projects but there's also a broken link on the tutorial page. Where can I email the website's administrator?

Re: [pygame] Update Python 2.7 project to work with Python 3

2021-04-27 Thread Jeff Mitchell
This project uses a GUI and the program source may not be compatible with the latest version of the GUI. I'd be better off to write from scratch. Even if I don't implement drag or acceleration, I can use pi and trig to have an object travel at angles, as a minimum (one step at a time). When I'v

[pygame] Update Python 2.7 project to work with Python 3

2021-04-26 Thread Jeff Mitchell
Is there an easy way to update an old project (https://sourceforge.net/projects/twodracing/) to work with the latest Python/Pygame? I'd like to get this 2D driving simulator to run.