Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 782 Bytes

README.md

File metadata and controls

32 lines (30 loc) · 782 Bytes

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