Skip to content

userlg/Pong-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Project in Python


This application is about the popular game pong. Using differents class to represent the ball, the paddles and the background screen.


Created by Userlg developer


Requirements

  • Knowledge about class and objects

  • Python 3.10

  • Pipenv

  • Pygame

  • Colorama

Controls and Settings by default


  • Player 1 --> W to Up and S to Down

  • Player 2 --> Arrow Up to Up and Arrow Down to Down

  • Max Score 5

  • The game will reset when one of two players have 5 points

Respositoy Link

Link

Screenshots


Capture 1


Capture 2


Capture 3


Dockerfile

  • Build the Image
 docker build -t projectname .
  • Run the container
docker run -it projectname

About

A classic game with pygame library

Resources

Stars

Watchers

Forks

Packages

No packages published