As someone who rarely gets time for visual novels, this game took me a good 6 hours to just get to the finish, which is pretty good for a WIP game overall.
So TL;DR for everyone who's reading this comment, if you like the furry setting with magic, royal intrigues and different outcomes for every choice, you may want to give this a try.
As obvious as it may be, this game is WIP, so there's expected to be inconsistencies and bugs (which I only found one, to be honest¹). Yes, some NPC's use default lines even after the TF's. Yes, some mechanics aren't that obvious (Mostly protection and retaliation, it only took me second playthrough to figure out the protection one). And that is okay. It'd pretty unfair to eat frozen pizza and think that's how it's gonna be in the end. So it's hard for me to rate it fairly. I see the potential, and that's all I can say for now I'm afraid. But I will be keen on seeing this develop in the future, that's for sure.
P.S. I'd love to see more courtswaps as some characters seem to miss those. Also I think that Richter deserves a bit more on the TF side, just for the sake of variety to teach him a lesson >:) But I suppose we have a long journey ahead, so we'll see...
...Until then, we shall wait.
Just Remember, Nobody should know...
>>>The section below is intended only for developer's eyes, beware of spoilers<<<
¹ During 3rd mingle phase, you may encounter a bug when entering parapet, which will "crash" the game. From what I know, it's connected to the "Treasonous archery" event (Thank god I decided to read the manual). Attempting to trigger the scene will give an error in the latest public game version (0.34 as of now, could be fixed in 0.35, I'm geo blocked from patreon :')
The error traceback is as follows:
File "game/script.rpy", line 5276, in <module>
elif mingle_phase >= 3 and mat_x_rhi_spy_unnocurred and rhi_smalltalk <= 2 and mat.i >= 7 and mat_raccoon == False and mat_maid == False and maid_harem == False and rhi_court == 2 and (mat_genderpref_male == False or (rhi_tg and mat_genderpref_male)) and rhi_tg == False and rhi_m and rhi_maid == False and rhi_princess == False and rhi_wyvern == False and rhi_lioness == False and rhi_charmed == False and rhi_trophy == False and rhi_preg == False:
NameError: name 'maid_harem' is not defined
After looking into gamefiles, troubleshooting and finally using my hobby for something useful I found out that the problem seems to be a simple mistype, and changing the variable 'maid_harem' into 'mat_harem' seems to have fixed it, as well keeping to work as intended, since if Matthias "gets caught", the scene doesn't seem to trigger. Glad if that helped, and if not, it's better be safe than sorry.