Projects
A mix of old games, live demos, and other miscellaneous builds.
This page is a curated list of projects I’ve built over time—some are live, some are archived, and a few are just fun experiments. Each entry links out to a demo and/or code.
Games
Older game projects—some still running as live demos.
Miscellaneous
Experiments, and one-off builds.
Experiment in Turing Machines
Before I die, I need to find a way to compile a simple progamming language down to standard Turing Machine commands. This attempt only reached 2 levels above the basic commands; I will probably need to find a better approach.
Web Page Blog from Scratch
Once upon a time, I created my own web page and blog using nothing but HTML, jQuery, PHP, tinyMce, and a relational database. WordPress later turned out to save time (not to mention looking better).
Archives
Older or incomplete projects that are still worth keeping around.
- A* Pathfinding Plugin - enchant.js — a plugin for the now-defunct enchant.js library, implementing A*.
- Poker Solitaire — as explained in my technical blog, I figured out a heuristic to guarantee all hands are winnable.
- Studies - Common Lisp — ongoing but very slow - teaching myself Common Lisp.