#canvas
2 items tagged "canvas".
prompt
build physics scenes in html5
Build three HTML5 canvas scenes with computed physics, no libraries, one file each: (1) a bridge collapsing and dropping a vehicle into water with displacement, (2) cloth falling over an invisible object, (3) a stack of blocks toppling from a nudge. Physics computed not animated, 60fps, reset button, and comment the equations. Don't ask questions first.
dev tools · #html5
prompt
build a browser game
Build a single-file browser game: a top-down arena where the player dodges and shoots waves of enemies. WebGL or canvas, no external assets. Include: real movement momentum, enemy hit reactions, screen shake on impact, a score counter, and a restart button. 60fps target. Make it feel responsive, not floaty. Build the whole thing.
dev tools · #game-development