Web games without javascript?

Hey there! I’m making a basic 2d game engine with lua and Love2D. I’ve been thinking about web support, but I’ve only ever heard of web games that are made with JS frameworks. How could something like this be pulled off? Is it even possible or is it too much work for too few rewards?

Webassembly

4 Likes

Yea, i’ve used WASM for a project before and it worked

4 Likes

As far as I know all modern web games rely on JavaScript for their functionality but I see a simulation game on https://spendelonmoney.com/ which don’t require ( as per I analyzed there) JS

you’re a little late, I managed to find out about Web Assembly and it is so awesome. Not only is it faster than JS, it also allows me to use whatever language I like, including the love of my life C++.