play icon indicating copy to clipboard operation
play copied to clipboard

The easiest way to start coding games and graphics projects in Python

Results 18 play issues
Sort by recently updated
recently updated
newest added

Hello, with the following code: ``` import play sprite = play.new_circle(color='gray', size=80) sprite.start_physics(obeys_gravity=True, bounciness=0,stable=True, friction=0) play.start_program() ``` My sprite will stop falling before hitting play.screen.bottom, because it seems to think...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

See https://github.com/viblo/pymunk/commit/b5d3b64485817819a399c582e3fb82dafd0a53c3

Is there a way to completely delete sprites with any function or smth ?

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

In new versions of pymunk, they removed '_pymunk.inf'. It can be fixed easily by replacing: > moment = _pymunk.inf to > moment = float("inf") In line 779

Hi and thank you for this wonderful library. I have been teaching python here in the UK and your library has been a great stepping stone in transitioning kids from...

I added a color for cactus. I hope this isnt a wrong thing to do... I'm sorry if I disturbed you. I just wanted to add something cool... Ignore this...

I use vscode with an ipython terminal to make vscode more like a full on ide however when running any "play" code I get either font is not initialised or...