Skip to main content

Pong_multiball

single player version of Pong with two balls instead of one.


abhilash harpale
(abhilashharpale)
A simple game of pong with 2 balls instead of one, the game can get quite challenging if the balls are moving at different speeds. No score, No graphics, just fun!! The config file has parameter. Python 2.5.4 Pygame 1.9.1

Changes

Links

Home Page
http://homepages.iitb.ac.in/~abhilashharpale/Pong_2.0_single_player.rar

Releases

Pygame.org account Comments

  • Tib 2012-11-21 07:23

    Traceback (most recent call last):
    File "pong_single_player_2.0_double_ball.pyw", line 126, in <module>
    ball_1.show(screen)
    File "pong_single_player_2.0_double_ball.pyw", line 20, in show
    pygame.draw.circle(screen,self.color,(self.x,self.y),self.radius)
    TypeError: integer argument expected, got float