Skip to content

Ren23447/StompMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

StompMatch (Single-File HTML Game)

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.

Creator

Ren Hatsune


What’s Inside This File

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

How to Run

Option 1: Open directly

  1. Save the file as stompmatch.html
  2. Double-click it to open in a browser (Chrome/Edge/Firefox)

Option 2 (Recommended): Run with a local server

Some browsers behave better with a local server.

About

My First 2d multiplayer split screen game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages