/pong

A very simple implementation of Pong with Pygame

Primary LanguagePython

pong

A very simple implementation of Pong with Pygame and Python3.

Screenshot

Usage

Installation

Clone this repo.

Install pygame

pip3 install pygame

Run the main.py file.

Controls

The code is very intuitive, so constants and controls can be easily changed by the user.

Player 1:

  • Up - w
  • Down - s

Player 2:

  • Up - o
  • Down - k

Reset - r

Quit - q