Comments

Log in with itch.io to leave a comment.

(+1)

I think the home study minigame would be better if the blocks snapped into place when close to being aligned. The way it is now, it's possible for a block to end up a couple pixels off, meaning it stops other blocks but without being obvious about it.

Feel free to ignore me if you're already satisfied with it. However, if you'd like to try my suggestion but aren't sure how to code it, here's a quick and dirty way:

step 1. add this code in the label home_study_start, before the jump:

    $block_snap_x = [125, 277, 427, 578, 882, 1033]

    $block_snap_y = [87, 237, 390, 540, 692, 843]

step 2. add this code in the block_events() function, right before "block.initial_pos = [block.x, block.y]":

                    for x in block_snap_x:

                        if block.x - 35 < x < block.x + 35:

                            block.x = x

                            break

                    for y in block_snap_y:

                        if block.y - 35 < y < block.y + 35:

                            block.y = y

                            break

Hey Colin thanks for the help, i bought the code for the minigames from ess_renpy_tutorials on patreon, so i didn't make the code for it. I'm not an experienced programmer as you can probably tell, and I don't know how the code really works for the minigames. I'll look into it at some point in the future, but not for the moment, thank you for the help though!

(+2)

Liking you game so far. looking forward to the update! Thanks!

Thank you so much!! <3

Do you plan to add Spanish? 👁️

I would like to at some point, yes, but likely not in the near future unfortunately

(-3)

Can you add pegging/strapon in the Femdom update pls?

(+2)

Hi, currently not planning on it, sorry.

(-1)

Aw it'd be hot asf but ok all good.

(+4)(-2)

is there or will there be futa content ? 

(+5)

Hi, currently there are no plans, but that could change in the future.

(+6)(-8)

No need for that. Don't waste your time and resources to please a fraction of potential clients, while losing much more not freaky ones.

(+1)(-3)

rude

(+2)(-1)

Welp, truth is not always nice to hear, but facts are facts, despite some ppl pushing in propaganda.

(+2)

Yep