My colleague asked me if I could find a Wheel of Fortune game he could use with his 1st grade students. I looked around for a while and found something which sort of worked here. The problem was, the code was kind of broken and needed a lot of repair. However it was the best thing I could find, so I spent a few hours and tidied it up.

You can check out what the Wheel of Fortune game looks like here: https://davidwees.com/php/wheel/

There is a "back-end" where you can add/edit the list of words, but I’m going to keep the location of it secret since my colleague is going to be using the demo version of the game with his class.

If you want to customize it further, you can download my version of the code here (note that you’ll need access to a server which runs PHP and a MYSQL database).