In Stick Beat 'em Up, the player has to defeat as many enemies as possible in a short period of time. The player character can attack enemies and jump to evade incoming attacks.
Technical Implementation
I created this game using Javascript and pixi.js (2D WebGL renderer). Moreover, I implemented the Entity-Component-System pattern.