Games that play in your browser — phone or desktop.

Games » Soccer Slasher

Soccer Slasher

By A Ludum Dare mashup of soccer and a top-down slasher · Needs a keyboard and mouse · 2018

Play:

Touch: Not supported - this game has no touch input anywhere in its source · Keyboard: Arrow keys to move, kick the ball into enemies to defeat them

About:

A Ludum Dare 41 entry combining soccer and a top-down slasher. Movement is confirmed genuinely correct via real cursor-key input testing - a held key press produced a large, clearly visible position change for the player, with an AI enemy and physics ball independently active in the same scene. A direct source check of Level.js confirms the game has no touch or pointer input anywhere, only Phaser's keyboard cursor-keys API, so it is correctly shipped desktop-only.

Credits:

Made by A Ludum Dare mashup of soccer and a top-down slasher, 2018. Published here under the MIT licence. Source code.

Phone check: 2026-09-08: confirmed via source (src/scenes/Level.js) that movement is wired entirely through Phaser's createCursorKeys() with no touch or pointer handling anywhere, correctly shipped desktop-only. Played on desktop: a sustained held arrow-key press produced a large, clearly visible player position change across the arena, with an AI enemy and the ball both independently active and reacting. No third-party analytics found; real sound assets (ambient noise, squeak, whistle) confirmed present.

Read the review