HTML Text Based HTML Game Engine

Jan 22, 2020
59
157
Hello all. I've been hopping from engine to engine trying to get a text based game going. I know no engine is perfect, but I'm trying to spend as little time possible beating something into submission. I've jumped around between Python, PyGame, Ren'Py, Gamemaker Stuiod 2, and now I've landed on HTML. Since this is text based, it's important that the text looks clean since it's more or less all the player has. Most game engines don't handle text too well when scaling, can't justify text, things like that, so I've fallen back on my HTML skills.

I'd rather not make an engine from scratch and see several games that appear to be derivitives of the same engine. My request is simple, what HTML engines are community members using to develop their games? Any recommendations for an HTML game with light RPG mechanics?

Here are some games I found that appear to be built on the same engine:

https://f95zone.to/threads/become-someone-v0-85-volen.27885/

https://f95zone.to/threads/favorite-teacher-v0-60-sluttystar.41451/#lg=post-2716173&slide=5

https://f95zone.to/threads/anomaly-vault-v11-noodlejacuzzi.34746/

Any tips, advice are greatly appreciated!

Thanks!