PLEX
PLEX (see the storyboard) is a C++ game using the Allegro API that I started as my honors project my senior year at the University of Mary Washington. Now it’s something I continue to work…
Pits of Doom (database required)
A while back I was working with some interns and I created this game to teach them PHP and MySQL. We ended up making a little multiplayer online fighting SIM game which I’ve polished…
AJAX Hangman Game (no database required)
Last year I made an PHP tutorial of an OOP Hangman game (no database required) for a Siminar I spoke at. This year as a part of my new Game Tutorial Series I'm adding…
AJAX Tutorial: 2 Player Tic-Tac-Toe Game (no database required)
If you haven’t read the first tutorial, the PHP version of this game without AJAX, then you should start there. This tutorial assumes you’ve already read the first one so I’m not going to…
I Said
This is a version of Simon Says made with C++ and the Allegro game library. Follow the sounds and the colored lights to match the pattern you see and hear for as long as…
Protector Earth
This is a game made using the Allegro game framework in C++. It's cross compatible with PCs, Linux and Mac. The source code will require the Allegro SDK, gcc and libc in order to…
Multi-Instance Tic Tac Toe (No Database Required)
Requires PHP 5 or higher. No database required. Features include starting a new game, displaying and playing multiple games at a time and displaying a winner or a tie. Also comes with a tutorial…
Simple HTML5 Music Player
This shows you an example of how to make a simple HTML5 music player. It uses the bootstrap framework. Audio files are not included in the download. A tutorial explaining how to make the…
Number Guessing Game (no database required)
Requires PHP 4 or higher. No database required. Features include starting a new game and the ability to modify the min/max number generated. Points awarded for how many guesses it takes to get to…