Ari Wilson

arimwilson.github.io

Live demos served via GitHub Pages — click any title to play.

Game Live Link What It Is / Cool Bits
Home / Index https://arimwilson.github.io/
Paint My House https://arimwilson.github.io/housevisualization/index.html Paint my house color tool. See what my house would look like with any different Sherman-Williams colors.
Hyperstar Screensaver https://arimwilson.github.io/hyperstar.html Star-filled screensaver. Travel between the stars.
GTA6: LA Edition https://arimwilson.github.io/gta.html 🐇 3-D open world game. Walk or drive around, shoot bad guys or cars, and take on simple missions.
Ariana Bunnies https://arimwilson.github.io/arianabunnies.html 🐇 2‑D platformer. Canvas‑driven, procedurally builds each level at run‑time. Collect every carrot, then autotransitions to a harder layout. Keyboard or on‑screen touch controls; responsive scaling for mobile.
Cyberpunk Maze Runner https://arimwilson.github.io/mazerunner.html 💾 Neon maze speed‑runner. Generates a brand‑new maze from a date‑seeded RNG (one unique “daily run” per player). Three‑minute global timer, local‑storage high‑score board, pulsing colour palettes, WASD or touch edge swipes.
Severance https://arimwilson.github.io/severance.html
Lumon https://arimwilson.github.io/lumon.html
Tetris https://arimwilson.github.io/tetris.html Actually good version of Tetris that I did not vibe code at all with music, high scores, etc.
Jonas Tetris https://arimwilson.github.io/jonastetris.html 🎮 Grayscale Tetris remix. Every tetromino is a shade of gray except the bright‑red J‑piece—a nod to seven‑time world champ Jonas Neubauer. Arrow keys rotate/slide, space hard‑drops. Shows next piece, tallies score with line‑clear multipliers, and pops a timestamped Game Over alert.
Setup Simulator 9X https://arimwilson.github.io/setupsimulator9x.html 🖥️ Tongue‑in‑cheek “console‑setup” sim. Complete a to‑do list of nerdy chores: edit INI files in a faux text editor, trawl shady ROM sites, juggle SD‑card space – but get a whopping ‑1000‑point penalty if you dare press “PLAY”. Retro CRT styling, multiple mini‑games inside modal windows, point scoring & progress bars.

Adding more pages

  1. Drop the new yourpage.html into this repo’s root.
  2. Commit & push.
  3. It will be live at
    https://arimwilson.github.io/yourpage.html within minutes.