Skip to content
/ pong Public
forked from svanimpe/fx-pong

Classic game programming example: Pong

Notifications You must be signed in to change notification settings

jsievers/pong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pong

This is the first in (hopefully) a series of classic game programming examples. What better game to start with than good old Pong?

See the introducing blog post for more information.

Installing and running

If you're new to Git and/or Maven, see this blog post on how to install and run my example projects. Note that you'll need to run the master branch on JDK 8, while the ios branch requires JDK 7. The ios branch also requires a Mac with Xcode installed.

Retro Game I

The ios branch started as an experiment aimed at learning more about RoboVM. This experiment was very successful, resulting in Retro Game I, only the second JavaFX app on the App Store. The steps I took to port the game to iOS are summarized in this blog post.

About

Classic game programming example: Pong

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • CSS 0.7%