Interactive Demos

A collection of interactive experiments, games, and coding projects.

Water Ripples

Water simulation with HTML5 Canvas. Click or touch to create ripples.

Try it →

Conway's Game of Life

Implementation of Conway's Game of Life with evolving patterns.

Try it →

Planning Poker Cards

Fibonacci planning poker cards for agile estimation. Includes motion detection.

Try it →

Rock Paper Scissors

Simple rock-paper-scissors game with card interface.

Try it →

About These Demos

Built with vanilla HTML, CSS, and JavaScript.

Technical concepts covered:

  • Canvas rendering and animation loops
  • Interactive touch/mouse handling
  • CSS transforms and animations
  • Device motion APIs
  • Progressive Web App features