Skip to content

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

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

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages