You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐍Framework-free browser game runtime built on vanilla JS - fixed-timestep simulation, deterministic replay (seeded RNG + tick-indexed commands), explicit lifecycle state machine, and a swappable DOM/Canvas/Null renderer contract. Demoed via a local 2P Snake game.
🕹️ A retro 8-bit tactical tank game built from scratch using vanilla HTML5 Canvas and JavaScript. Features dynamic procedural map sizing, autonomous enemy AI, and a built-in chiptune audio engine synthesizing square/triangle/noise waves via the Web Audio API—zero external assets or dependencies required!
JavaScript Tic, Tac, Toe game. The main issue with this game is that the computer is not very good. This is because the way that the computer choice works is through randomly chosing a tile, rather than any actual strategy or algorithm. Perhaps in the future I will change it so then it is more sophisticated.
TensorFlow.JS Gesture Based Rock, Paper, Scissors Game. Used the Vite to develop the game with vanilla JavaScript (no frameworks) and used the Vite build tool to compile everything.
A premium, feature-rich Rock Paper Scissors web app featuring Pattern-Recognition AI, persistent high scores, shared mission challenges, and a full strategy guide. Optimized for SEO and PWA.