The primary parts of the Pygame module used was the Rect function that is used to draw simple rectangles and allows for the use of Colliderect which automatically handles collision detection. the ...
#Jumpy Pygame: A simple GUI based jumpy game implemented in Pygame(Python). #Running the Game: This game can be played by simply running jumpy.py. The jumpy.py needs to be set in order to execute the ...