Skip to content

CodingFactoryT/Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

Pong

Controls:

  • start, pause and resume SPACE
  • left player up W
  • left player down S
  • right player up ARROW UP
  • right player down ARROW DOWN

Installation guide

Download and extract the .zip file
or do

git clone https://github.com/CodingFactoryT/Pong.git

if you have git installed

For Windows:

  • go into the src folder
  • SHIFT + RIGHT CLICK
  • click "Open PowerShell here"
  • type:
javac main/java/Main.java
java main/java/Main

For executable:
Download and execute the "Pong.exe" file from the releases section of this repository