The below games are based on the ones hosted on Java on the Brain, reimplemented in JavaScript using canvas and other modern JavaScript and CSS standards, so that they can be realistically run in browsers released in the last couple decades
All of my implementations are distributed freely and are not being done for profit.
Games
Solitaire - A simple marble solitaire game. Drag and drop each marble over a marble vertically or horizontally adjacent to it to remove it. The goal is to end up with one marble in the center hole.
Rubik Unbound - A 3D implementation of Rubik's Cube. Middle click and drag to rotate the cube. Left click and drag on a row or column to rotate it. Press the S key to randomize the cube and R to reset it.
A Light Snack - The fly-eating from decoration on the main page. This is a canvas animation of a frog that eats flies that fly around randomly.