Tag: PHP

Simon Says – Simple Game with High Score Board

Just wrapped up a simple version of the 80s electronic game SIMON. Had a fun time with the graphics and the sound. Generated all the audio using this useful website: http://sfbgames.com/chiptone/. Also implemented a Server Side High Score board using just PHP with no MySQL database. Enjoy!


Integrating PHP into Tumult Hype

I just created a series of 5 short video tutorials on how to integrate PHP into Tumult Hype using XAMPP. Please check out the YouTube Playlist. In Part 1, I show how to set up XAMPP in a Mac environment. In Part 2, I demonstrate the basics of reading and writing a text file in…