Skip to content

Built a classic Pong game using Python and Pygame, showcasing hands‑on skills in game development and real‑time input handling. Structured code across multiple modules (pong.py, game_manager.py) for clear separation of concerns. Implemented smooth two‑player controls (W/S for Player 1, Up/Down arrows for Player 2)

Notifications You must be signed in to change notification settings

RTBlanco/Py_pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Py_pong

This is a simple pong game made with the python pygame module

installation

Py_pong requires that you use pipenv

  1. Navigate to the Py_pong directoy and activate pipenv virtual envirment and install the needed dependencies which is just py_game

    $ pipenv shell

    $ pipenv install

  2. After everything is install correcly simply run pony.py

    $ python pong.py

Controls

player1

  • "W" - up

  • "S" - down

player2

  • "Up Arrow" - up

  • "Down Arrow" - down

About

Built a classic Pong game using Python and Pygame, showcasing hands‑on skills in game development and real‑time input handling. Structured code across multiple modules (pong.py, game_manager.py) for clear separation of concerns. Implemented smooth two‑player controls (W/S for Player 1, Up/Down arrows for Player 2)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages