Skip to main content

Pong - 1.0

New to pygame! Here is my attempt at a simple 2 player game.


V
(geniusoid)
Up/Down Controls: Player1: A/Z Player2: K/M

Changes

Up/Down Controls: Player1: A/Z Player2: K/M

Links

Home Page
https://github.com/geniusoid/pong.git
Source
https://github.com/geniusoid/pong.git

Releases

Pong 1.0 — 15 Jan, 2018

Pygame.org account Comments

  • Touten 2018-01-19 07:35

    It works well. Some of those bounces of the racquet seemed questionable...

    V 2018-01-19 13:44

    do u have a suggestion on how to improve the physics? Would love inputs on that.

    Touten 2018-01-19 17:23

    I think on the original pong the bounces of the raquets are relative to the position of the bounce on the raquet. A middle bounce is `neutral`, a top bounce pushes the balls angle more towards the top, a bottom bounce more towards the bottom. Here is a discussion on it. ( https://gamedev.stackexchange.com/questions/4253/in-pong-how-do-you-calculate-the-balls-direction-when-it-bounces-off-the-paddl )

    V 2018-02-15 10:39

    Great! Thanks for this. Ill have a read. I need to reopen this file now.... I've dumped it post making massive mods in intro retro screens, scoring, tournament & practice modes etc etc etc....

    V 2018-01-19 13:44

    agreed but using simplistic calculations. Sticking to arcade fun than be all physics-y ;)