bormanjo / py-pong

The classic game of Pong written in Python's PyGame module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

py-pong

Version 1.0.0

The classic game of Pong written in Python's PyGame module

How to play

Required modules:

  • pygame

To play:

  1. Clone this repository
  2. cd to the directory
  3. python -m game

alt text

What's New

  • Version 1.0.0
    • Support for 2 players, human and AI
    • Basic AI
      • Tracks the vertical position of the ball
    • Scoreboard
      • +1 to the player of the opposite side when the ball bounces off the wall

About

The classic game of Pong written in Python's PyGame module

License:MIT License


Languages

Language:Jupyter Notebook 80.2%Language:Python 19.8%