Pong Game
(and Literate Programming experiment)

Pong document

Pong source

These first two files are the same file with symbolic links to allow it to be viewed as an HTML file or a .java file.

With minimal processing between the .java and .html files, you can obtain a slightly cleaner version of the document. This was created by using the command (on studsys):

  egrep -v '(/\*)|(\*/)' Pong.java >LP2.html
to remove all of the open and close comment lines from the file.

Here is the Pong applet running.

Here is a (slightly different) copy of the "illiterate" source code.

Old Pong code