How to make object move in a parabolic arc in a certain amount of time in Pygame?
I’m trying to make a script in Python where a certain sprite moves in a parabolic arc in a certain amount of time, where time = t. However I’m bad at this field of mathematics so I don’t know how to properly code this, let alone make it happen in a certain amount of time.
How to make object move in a parabolic arc in a certain amount of time in Pygame?
I’m trying to make a script in Python where a certain sprite moves in a parabolic arc in a certain amount of time, where time = t. However I’m bad at this field of mathematics so I don’t know how to properly code this, let alone make it happen in a certain amount of time.
How to fix circle’s rotation?
A fragment of my python + pygame code: