A collection of older projects I've created over the years, which are either not polished enough to be given a proper page, or they were replaced by a more updated version of themselves at some point.
Game of Life (old version of Conway's Game of Life) — A customizable 2D cellular automaton simulation based in simple rules that creates complex and chaotic results.
(2021)
Image Manipulation — Select an image or copy an image link, and view different edits of that image. This was originally going to have a lot more to it, but I never got around to doing much more with it. The "Kajfik" section is a reference to the profile picture of the mobile developer for the game
Antimatter Dimensions.
(circa 2021)
Profile Picture Generator (old version of Profile Generator) — Very simple profile picture generator I made but didn't fully fleshed out because I was never a huge fan of the output. You can generate random profile pictures, with 3 different modes.
(circa 2021)
Cards — A project where you click and drag to create cards that bounce and trail around the screen. I was inspired by a
Mr. Doob page and decided to try to recreate it.
(circa 2021)
Sketchpad — A work-in-progress sketchpad that I never got fully worked out. The main problem was that I wanted to have layers so you could undo an action, but that also meant lots of arrays of points that slowed down the program the more you drew.
(circa 2021)
100 Bottles of Beer on the Wall — Another extremely basic project I made back when I was first learning JavaScript. You type in a number, and the program spits out the lyrics to 100 Bottles of Beer, beginning with the number you inputted. I coded this in like 30 minutes on my phone one day to show one of my friends what I'd learned.
(circa 2020)
Purple People — A simple simulation of little pixely people wandering around the screen. Click to add more people. I originally wanted to give the purple people AI movement and interactions, but I never got around to implementing it, so they just move randomly.
(2020)
DVD on a TV — A super basic project I made back when I was first learning JavaScript. It's literally just a DVD on a TV, like the name suggests. Will it ever hit the corner?
(2020)
Catcher — A very simple game I made from following one of the lesson tutorials from
S2JS, and one of the first projects I made for this website. Use the arrow keys to move the bug and catch the falling watermelon.
(2020)