Decision Matrix
PHP, with JQuery grading algorithm. Table allows users to input various decision-making data and returns simple letter grade verdicts of each contender.
Run
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
Random English Idiom
PHP. A ten-minute programming project (and that includes the time it took to find the idioms). Produces a random entry from a list of idioms. Written while preparing for a party in which Pictionary was suggested, but nobody had a set.
Run | View Source
Support files: List of idioms
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 contact me if you wish to redistribute any associated written or artistic content, such as movie reviews or crudely drawn stick figures.