All Questions
1 question
2
votes
1
answer
2k
views
Python + Pygame - Collision problems
I'm currently developing a game in Python + Pygame and i came up with a problem with the player and the platforms. The game is a 'runner' where the player it's fixed (The 'x' position isn't variable, ...