Recent Projects
- Chicken Dodge Armageddon 2.0
- incrementy
- Sound Experiment 1
- Oscillator Experiment 1
- Zombie Experiment
- Camera Experiment 3
- Camera Experiment 2
Change Log
- February 8th, 2026 - Rewrote Chicken Dodge Armageddon
- Chicken Dodge now utilizes workers and offscreen canvas control.
- This allows the game to utilize another thread on the CPU to run.
- This change was made to help with lag on certain devices such as chromebooks or low-end tablets.
- I've also added a start screen and a reset button for mobile users.
- Click here check it out!
- February 4th, 2026 - Added new game: incrementy:
- Created "incrementy" (alpha)
- "incrementy" is a clicker clone themed around computing power.
- Make memory by buying computers with memory.
- "incrementy" saves localData for saving progress. Use "R" to reset the game back to the start.
- Click here check it out!
- January 23st, 2026 - Sound Experiment 1 Renamed and Updated:
- January 21st, 2026 - Added Sound Experiment 1:
- January 17th, 2026 - Added Oscillator Experiment:
- January 9th, 2026 - Updated Website Style Sheet:
- January 6th, 2026 - Added my 3D Art Portfolio:
- I will be posting images of my 3D Sculpts here to showcase my progress and skills as a 3D artist.
- Click here check it out!
- November 19th, 2025 - Updated Zombie Experiment game:
- November 6th, 2025 - Added Zombie Experiment game:
- A little late for Halloween, but...
- Shoot zombies in this prototype zombie survivor game!
- Click here to play!
- November 5th, 2025 - "Camera Experiment 3" update:
- Added camera smoothing feature.
- Added the hoard. 💀💀💀
- Click here to check it out.
- November 4th, 2025 - Created "Camera Experiment 3" project:
- I've managed to significantly reduce the complexity of the previous camera experiment and stop the double drawing of game objects.
- Superior clamping checks to camera experiment 2.
- All objects in game are updated in the same array.
- "Camera" follows the player.
- Added enemy that follows and reduces player health.
- Click here to check it out.
- November 3rd, 2025 - Created "Camera Experiment 2" project:
- Experimented with a custom "world and camera" system.
- Experimented with "createLinearGradient".
- Basically updates a list of static and moving objects to follow the world object.
- Objects obey world boundary for collisions.
- Click here to check it out.
- October 31st, 2025 - Created "Party Balls" project:
- Experimenting with a new "deltaTime" system.
- Experimented with trails for 2d objects.
- Click here to check it out.
- Happy Halloween!.
- April 8th, 2025 - Chicken Dodge Armageddon v2.2:
- Added Pause function.
- Fixed mouse click event handler to constrain input to the canvas.
- Updated control instructions below the game.
- April 8th, 2025 - Updated Home and StyleSheet:
- April 7th, 2025 - Chicken Dodge Armageddon v2.1:
- Added Animated Background!
- Fixed mouse movement so the chicken moves towards where the player clicks.
- Added a reset function after a "game over".
- April 6th, 2025 - Chicken Dodge Armageddon Finished!