All the applets below include the source code!
PacTag
Remember Pacman? Remember tag? Well, this is the best of both worlds! Pac-Tag is a FREE two-player game.
particleTree
This applet demonstrates how recursion and randomness can simulate natural patterns such as the branches of a tree or the paths of particulates in the air. A good applet to study for beginning programmers.
password
Provide a password protect for a particular Web page.
Password Protect
If you've been looking for a way to password protect your Web pages, here it is! Complete with source code!
PatternSimulator
A simple aircraft runway approach simulation, with source included.
PentominosSolver
In the game of Pentominos, the goal is to place the 12 possible groupings of 5 tiles on an 8-by-8 board, leaving 4 blank squares. This java applet solves this puzzle using a recursive backtracking procedure.
PetQuotes
A daily quote applet. Each time the page is reloaded, another message is read from a separate text file and displayed. These quotes are about pets but any messages can be used. Source included!
piano
A neat virtual player piano. Source is included and has notes hard-coded in it.
PictureGame
A game to help kids with spelling. Identify the image, enter its name by clicking the appropriate letters, and click the "Done" button.
PieChart
A customizable pie chart generator. Just load your data into the parameter tags. Source included!
ping2
A simple 2-player version of the classic Pong game with source included.
PocketCalc
This freeware applet simulates a basic pocket calculator. Source included!
Poker
A video poker game.
Polymap
Uses information stored in the application-specific fields of GIF files to form image maps.
puzzle15
This classic puzzle allows you to toggle between number tiles and image tiles and includes the source.