pygame is
pygame.org is
|
Circle Detection
Circle DetectionJustin Ramos (jramos)Tags:DescriptionA game about removing circles from the screen. The circles bounce according to physics equations. I implement class methods to program this game.
Initially a circle appears on the screen, it must touch three walls before it starts decreasing your score. The time it takes to touch three walls increases the score.
You can remove the circles while it is decreasing the score, by touching it with the mouse (circle icon). As a circle is removed two take its place.
If your score is less than -1000, the game resets. The game does record your high score and displays it.
Links
ScreenshotPygame.org account CommentsIf you wish to leave a comment with your pygame.org account, please sign in first.
|
|