Skip to content. | Skip to navigation

Personal tools
You are here: Home Applications

Applications

Various free Java desktop applications written by Dave Briccetti for teachers, students, programmers and others

Except where noted, all of these applications run in a secure sandbox.

For Teachers and Students

For Programmers

For Anyone

  • C-Pong is an experimental circular pong "game" (source)
    See blog post.
  • Overlapping Blobs shows the effect of merging red, green and blue blobs (source)
  • Math Quiz Game A simple command line math quiz game server (and TCP/IP client/server programming sample). Players connect to it via telnet on port 5001. (source)
    Since this application accepts connections on your local machine, it requires your permission to run outside the secure sandbox. Don't run applications like this unless you trust the developer. You can get and run from the source, too. This server has no user interface, so you may need to kill its process when you are done (not necessary on Mac OS).