How HTML5 Games Work explains the browser technology behind this arcade.
Canvas rendering
The canvas element supplies a drawing surface that JavaScript updates repeatedly.
Input
Keyboard, mouse, and touch events modify movement, placement, firing, and selection.
Animation loops
requestAnimationFrame coordinates logic and drawing with the browser display.
Local hosting
Every game file in this package is stored inside the WordPress theme.