I recently programmed a little game in php. Remember the game when you were little, where you had the 9 puzzle pieces and you had to arrange them over and over so that all the heads matched the tails of the same color?
Well, i made it in php.
http://www.theandrew.com/projects/programming/puzzle/
The only problem is that I need some way to dynamically rotate images using php and gd library.
I have used GD to resize images, but not rotate.
Any ideas?
Feel free to play the game. I will make a high score board to see who can finish it in a small time, or least turns.
--TheAndrew