hi rouroki

literally minutes from work, so i'll copy paste my (long) answer that i put in my discord
tldr : an android implementation is not currently in my priority. i've heard that the people at F95 have ported the game to android with decent result, but as of now, i do not aim to make an official port for reasons that i will explain below. the main reason is that the Throne Room (basically the chapter select, gallery, and entry point to some lewd scenes) part of the UI is designed to function with 2 way for the player to interact with :
- on hover : the player move the cursor above the interactable area. this will trigger a different animation to highlight that "intent" of the player
- on click : the player click the interactable area. this will trigger the actual decision
as for why the UI is designed to show the "intent" of the player and not just the "result" of the action, here's an example scenario (not fully implemented, but this is how i see it in the future):
- currently we have a rather unwilling servant. we can choose to show her off in the Throne Room with multiple poses and state of clothing (this part is implemented)
- not implemented yet : her reaction to our intent would be different when she become more willing (unwilling : she will try to cover up her body, more wiling : well..lets just say she is more eager to show her body)
since android was designed foremost as a touch based UI, it doesn't have a "on hover" type of interaction, and it doesn't make sense for them to implement it (the closest one equivalent ("long press") would be covering interactable element). because of this, if i make an android port right now, the UI although would still be usable, its doesn't show 100% of its features. i am considering making an android port for somewhere in the future(tm), but unfortunately i would need to try to think of a workaround that inherent limitation of android and right now, my priority is just continuing the content,where my progress have been too slow.
i am also considering making a barebone android port where the additional feature would only be the swipe gesture as a replacement for the ESC button, but like i said, my time and energy is quite limited and i have to prioritize them. making something that i know the result would be something that i myself is not satisfied with is not something i can do right now

(i need to actually release the long delayed update first) the
Thanks!