I found the source code
from my final project
in the Java class
in my last year of college
in 2000.
Pop-a-Prof
is a clone of my favorite puzzle game,
Bust-a-Move.
It’s a Java Applet
that ran in Netscape
allowing any number of players,
and it coordinated everyone’s play
with a shared public server,
Each round lasted 5 minutes,
and any time you topped-out,
you’d lose some points,
and start over,
so no one needed to sit around watching
the last people battle it out.
After school,
I started on
Pop-a-Prof 2.
This one ran as a plain Java application,
and implemented rebounding balls
in the game.
It was more of a proof-of-concept
for the new game mechanics,
and it never got network play.