Skip to content

Ellzord/JALSE-Pong

Repository files navigation

Pong

Pong is a JALSE example project. This is a very simple 2 player Pong implementation using Swing.

Building and running with Gradle

  1. Build using ./gradlew build (see Building Java Projects with Gradle)
  2. Run using ./gradle run (See The Application Plugin)

Optionally you can also create an Eclipse project using ./gradlew eclipse (see The Eclipse Plugins).

Controls

Key Action
W Moves left paddle up
S Moves left paddle down
UP Moves right paddle up
DOWN Moves right paddle down
P Pauses the game
SPACE Resets the game

Screen capture

Pong screen capture

More

See the Wiki for more information.

About

Example project for JALSE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages