Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Developing a Simple Combat System in My HTML5 Game Engine

A topic by jason-gamedev created 1 day ago Views: 24
Viewing posts 1 to 1

I'm developing my own game engine based on HTML5. Today, I built a simple combat system. In this small game, you fight against orcs that respawn every second. You can move using the arrow keys and attack with the 'A' key.

Try it out when you have some free time:

https://jasongamedev.deno.dev/combat-test/simple

To be honest, it's not that fun—but it's a start! 😅