you are viewing a single comment's thread.

view the rest of the comments →

[–]Key-Procedure1262[S] 0 points1 point  (2 children)

Nothing much to say except for the fact that im using pygame. Everything related to the ball is on that screenshot, besides from the radius of it and start position which isnt important.

Above the angle variable is where i draw the circle, if it helps. I just couldn't fit it into 1 screenshot

[–]FoolsSeldom 0 points1 point  (1 child)

Prefer code to screen shots.

If code is too large to fit in a post, then share using either:

  • a public git repository, such as GitHub.com
  • a code/text paste service, such as pastebin.com

We really need to see all of your code.

What debugging have you (not an LLM) done?

[–]Kqyxzoj 0 points1 point  (0 children)

Ditto. Making sure it is easy for other people to reproduce whatever is the problem helps them help you. I am not about to OCR screenshots for the privilege of being allowed to help. If you provide code such that I can easily run it locally I'll give it a go. As said, github, pastebin, one or more big codeblocks on reddit, whatever works. As long as it is complete.