A recreation of Atari Pong.

Controls:

Player 1 - W and S

Player 2 - Up arrow and Down arrow



References:

Score sound: https://freesound.org/s/177409/

Wall bounce sound: https://freesound.org/people/NoiseCollector/sounds/4391/

Paddle bounce sound: https://freesound.org/people/NoiseCollector/sounds/4390/

Winner sound: https://freesound.org/people/josefpres/sounds/661543/ 

Font: https://datagoblin.itch.io/monogram

AI via ChatGPT was used for the following:

PlayerMovement script to fix sticky movement. When holding two keys and releasing one of them movement would stop entirely.

RestrictPosition script to clamp position. My method of changing position if over the set limit was buggy.

StatusPrototype
PlatformsHTML5
Authorhovr
GenreSports
Tagspong

Comments

Log in with itch.io to leave a comment.

Very smooth pong game with well-designed pacing and sounds, great job.