StompMatch is a retro, pixel-style 2-player split-screen platform brawler made in one HTML file using HTML5 Canvas + JavaScript. Two players share one keyboard, jump around platforms, stomp each other for damage, grab random power-ups, and fight until someone’s health reaches 0.
Ren Hatsune
This is a single HTML file that includes:
- HTML UI (health bars, controls overlay, game-over screen)
- CSS styling (arcade pixel theme using Press Start 2P)
- JavaScript game code:
- Player movement + physics (gravity, friction)
- Double jump + wall jump
- Platform collision
- Player vs player collision (stomp + pushback)
- Particles (hit/jump effects)
- Items (power-ups) + projectiles
- Split-screen camera rendering
- Save the file as
stompmatch.html - Double-click it to open in a browser (Chrome/Edge/Firefox)
Some browsers behave better with a local server.