Free Games

Here are some free games I've written over the years. I'm using AI to help me quickly code some new free games.

Maze

I wrote this Windows program in 2004 to make maze puzzles for my kids. Have fun! Use the arrow keys to move through the maze until you come to the next choice. Click here to download the maze program.

Sudoku

I wrote this Windows program in 2005 to help solve Sudoku puzzles. Click on numbers to enter the initial values in the puzzle, then click on your choices during the solution. Ctrl-Z to undo. Enjoy! Click here to download the Sudoku program.

Tic Tac Toe

This is a Tic Tac Toe game I created in in 2025. You are playing against a learning AI. When you start it, the AI knows nothing other than how to make 3 in a row. As you play, it learns from you how to win (or avoid losing). It runs entirely in your web browser, so you can play it on any device. 100% of the code was written by Chat GPT, from my prompts. Click here to play Tic Tac Toe.