PHP Tutorial: Free OOP Hangman Game (database required)
In this tutorial we’ll be modifying the original PHP hangman game so instead of reading from a text file it reads from the database. We’ll also be adding a new word difficulty option. This...
lang="en-US">
In this tutorial we’ll be modifying the original PHP hangman game so instead of reading from a text file it reads from the database. We’ll also be adding a new word difficulty option. This...
So recently I needed to remove a bunch of URLs from my member’s content on my games because of spyware/malware notifications Chrome users were getting. It took me a bit to figure out how...
So creating a dynamic 2-dimensional array in flash isn’t as easy as you’d think. Instead of being able to just assign variables into a specific row/column position you have to initialize an array of...
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...
Want to quickly generate a class file for a table in your database? This script takes your connection information, the name of the table, the name of your class and gives you a formatted...
In my last post I created a game with a passive player. I also included a short blurb to describe what I consider a passive player. This exercise challenges you to list ten games...
In my last entry I created 5 games inspired by my every day life. This next exercise challenges you to start a game journal and design a new game every day. Since I’m already...
The amount of response we’ve had for BETA Tester applications has been so huge we’re going to stop accepting applications on March 31st. To be a BETA tester you must be at least 16...
In my previous game journal post I explored a game I hate to play, listed all the reasons I hated it, and then offered ways to fix the things I didn’t like. Exercise 1.3...