- start, pause and resume SPACE
- left player up W
- left player down S
- right player up ARROW UP
- right player down ARROW DOWN
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