Word Find
PHP, with Javascript timer. Boggle-like word search game generates randomized grid of letters, accepts user input on a form with timed submission, and scores words based on length, presence in the dictionary, and adjacency on the board. Game ID and preferences sent through the URL to enable pseudo-competitive play.
Run | View Source
Support files: TWL dictionary | 1980s 4x4 Cubeset | 1990s 4x4 Cubeset | 5x5 Cubeset
Hangman
Javascript. Classic Hangman word guessing game accepting user keyboard input. Answer bank is in a separate PHP file, called with a custom Ajax library.
Run | View source
Movie Database
PHP. Queries a MySQL database of movies that I own to produce a menu of links to individual detailed information pages for each movie. List page can be sorted in four ways, and displays a picture linked to the appropriate detail page from a randomly chosen movie.
Run | View source
Romance Novel Title Generator
Perl. Produces a random romance novel title. Chooses one of eight possible title formats, and then produces random selections from categorized arrays of common romance novel title keywords in a lexically plausible order.
Run | View source
The code presented here for viewing and evaluation purposes is freely available for copying, distribution, and modification under GNU public license. However, please if you wish to redistribute any associated written or artistic content, such as movie reviews or crudely drawn stick figures.