We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://localhost:8000/gallery/pygame/chimp.html
gives you next error:
module __main__ line 69 self.rect.midtop = pos AttributeError: 'Rect' object has no attribute'midtop'
though setters seems to work
The text was updated successfully, but these errors were encountered:
I'm surprised you got that far, I cannot even seem to import the Pygame port. I opened an issue on the Pygame repository: brython-dev/brython-pygame#1
Sorry, something went wrong.
PyGame is not maintained at the moment.
Maybe you can check a js lib to create games with Brython and/or have a look to the wiki: https://github.com/brython-dev/brython/wiki/Brython%20in%20the%20wild
I close this issue since it is not related to Brython itself but to a specific package.
Thanks,
No branches or pull requests
http://localhost:8000/gallery/pygame/chimp.html
gives you next error:
though setters seems to work
The text was updated successfully, but these errors were encountered: