Fun Java Programs
Started:
Mandelbrot Set Explorer: Zoom in and out, pan, and change the level of detail to explore this fractal
Javascript Version: Left/right click or up/down arrow to zoom in/out, Shift + arrow keys to pan, '[' and '{' to decrease detail, ']' and '}' to increase
Star Wars Space Invaders: The classic Space Invaders, but with a few twists and a Star Wars theme

Snake: Like classic Snake, but with looping walls

2048: Grayscale, simplified version of 2048

Knight's Tour Solver: 3D animated solution for an NxN chess board

Sudoku solver: Solves a given sudoku board
Put the game board in a file called "puzzle.txt" in the same directory as the JAR

Grade Display: Displays a histogram and other statistical information from a given file of grade data
List the scores in a file called "scores.txt" in the same directory as the JAR

Winter Scene: An animated winter greeting card with almost everything (including the music) generated using recursion

Shakespeare Text Generator: My attempt at generating a line of text that sounds like it is from Shakespeare

Tic-tac-toe: Simple tic-tac-toe. Also a command line version.

Mondrian Art Simulator: Generates an image resembling Piet Mondrian's abstract art using recursion.
