Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 454 Bytes

README.rst

File metadata and controls

21 lines (16 loc) · 454 Bytes

Pyglet Pong

Implementation of the classig game Pong, using Pyglet.

Installation

This project builds and installs with Poetry.

After downloading the repository, and poetry, run:

  1. poetry install
  2. poetry run pong

Controls

Player 1: Move paddle up/down with W and S.
Player 2: Move paddle up/down with Up and Down arrow keys.

Quit the game with ESC.