Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Thank you for playing.
Yes, it is pure canvas-API, but I made a template that I call an engine and it saves a lot of time.
Do you have a specific DOM-based UI library that you would suggest, I honestly don't know of any.
The pathfinding is so busted, I tried to shortcut it to save time, and reduced how often it would be needed in a normal match, but you can't guess your way into optimized pathing, I'll see if I can learn more and fix it up.
Incidentally I do know Typescript, I should migrate to it, but my template is in JS which adds inertia. I will really consider making a typescript version of it.
I do use Visual Studio Code, yes. 

Deleted post
(+1)

Very detailed, thank you. Incidentally I happen to know react as well, but I didn't realize it was a DOM-based UI library. 

Deleted post