Labyrinth - Maze game made using JS and HTML Canvas. Infinite, randomly generated levels that gradually increase in difficulty. Uses my raycasting engine which can be found below.
Game of Death - Conway's Game of Life with a twist. There's a small chance that cells turn malicious and start "killing" their neighbors. Made using JS and HTML Canvas.
Game of Death 3D - Like Game of Death but 3D, featuring 3 different rulesets. Made using 3js.
Block Game Demo - A 3js project where you can build and destroy blocks.
Raycasting Demo - Raycasting engine written in JS and HTML Canvas. Features enemy pathfinding via basic A* as well as collision and hit detection.
Cube Game - Simple infinite runner game made using 3js.
Digital Dashboards Project - Joint project with another developer.
I currently do:
-Frontend development
-UI/UX design
-Game development
I use:
-C++
-Javascript
-Three.js
-Vue
-Python