Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 621 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 621 Bytes

Pong

Description

A simple 2 player, or 1 player vs AI pong game. This was made with "Clear Code" on YouTube to refamiliarize myself with python and to begin learning pygame. Utilizes event listeners to allow the user to use the following keys(w, s, Kup, Kdown) to move the appropriate paddle up or down. Uses collisions to reverse the travel of the ball.

Languages Used

  • Python: pygame, random

Program Walk-Through:

Game window
Pong gameplay