to the dev
Endless_Effrontery, I played your game, and here are my two cents
1. You really need to level up your tech skills. like, really, spend like a week just improving your tech level. it'll pay off enormously, I guarantee you. there's a lot of simple things that you could be doing right now to make your coding easier and make the game better.
take some time, at least a weekend, and learn how to use twine. like, at least a weekend. i don't know how much time you spent on it, but since you are writing each passage as an HTML, it's clearly not enough. And you don't know enough HTML either, since you don't use stylesheets, and you're using inline style every time.
so that's my first advice. download the twine editor; it's perfect for beginners who are learning to use twine. set it up with sugarcube (look it up, there's a tutorial). sugarcube has a ton of mods/tutorials/macros for how to do the basic stuff that you're doing. you just have to know how to set it up, it'll be a breeze for you. look up chapel's stuff, with speech boxes. look up hiev's macros. join the discord. download any html game from here and see how they tick.
It's not that difficult. I know you might be doing this as a side project, and don't want to waste time with tech crap, but i promise you, even a little bit of knowledge goes a long way at the beginner level.
2. a game is not a novel, a novel is not a game. again, try to play some of the other html games here, and see how they work. break up the passages, make them smaller. add some speech boxes. add some images. a lot of the text becomes unnecessary with a few images. for example, you can add a image of throne room in the intro, and immediately, get to the character description. background images, different color speech, make the game easier
3. (personal preference) i know you're using ai to generate images... but i don't like the people images at all. like you're trying to generate photorealistic, real images, and instead each of them is in the middle of the uncanny valley for me. like real talk, the queen looks like a female gigachad to me. i would rather you go for a artstyle (anime or otherwise) or at least give us the option to change images or switch them off, cause... for me they're not working.
background: gray sucks for me. keep the default black if you can, or give an option to do so. the best, for me, would be an image background, with an opaque textbox
best of luck with your project.