The Wizardry College v0.7 - A management game (12/29/25 Quick Poll!)

Had the same thing happen, looks like all 18 variants of the picture there are stored in:

html-classic.itch.zone/html/14426624/wiz_col/pics/student/butt/

while the link the game is looking for is:

html-classic.itch.zone/html/14426624/wiz_col/pics/studentS/butt/

1 Like

A quick poll: What do you want to see added to the game? Assuming I have very limited time and resource

  • Character interactions
  • In-depth battle system (perhaps with fetish flavor)
  • More weight stages
  • More events
  • More Candra / Ashley specific events
  • Or, name below!
0 voters
3 Likes

Little bug report, Candra and Ashley seems to have new pictures available (“/pics/candra-7.png” is available on Itch) but because your “get_weight_level” function only counts up to 5 you can’t encounter them in the game

haha, nice find! its not a bug, its just that I have not yet finished implementing things above level 5

So the game is refusing to load in the browser (using chrome); anyone have a workaround or is the game only functional when downloaded?

While waiting for the next version of the Wizardry College, here is a new side project you should try!

I developed this game recently purely with AI. The ideas are mine, but every detail is done by AI. It is actually a very fun game to play – do not underestimate the effort I spent on making this game, I spent roughly $100 on making this game.

This is an inn-management simulation game. So, you run an inn where heroines will come in to dine before they set off to fight the evil queen. However, you secretly work for the evil queen, and your goal is to corrupt them!!!

Link: The Gilded Rest by BetaMarx

Let me know what you think and happy to take suggestions (be creative!!! they are fast to implement with AIs!!!)

4 Likes

Download button for the new game pls?

OHH also this is VERY HARD TO READ, please no dark text on dark background

Most of the game is very easy to read but some is almost impossible to see.

3 Likes

There also needs to be a way to scroll down, I can only see the full card of two heroines, I can always use the hotel map to click on others, but I can’t see the focus button or the brief summaries of any but the first two :frowning:

Speaking of which does focus as a button do anything other than favorite a heroine and move her to the top? Because if that’s what it’s for, it’s failing, since I can only focus heroine’s already at the top, there’s no way for me to focus the bottom/newest heroine :frowning:

I’d try another browser to see if that’s the issue, but there’s no way to save and no way to export or import saves, so I am reluctant to try other browsers to see if things fit on the screen better or not.

EDIT: nevermind I found a way to zoom out now I can see everything, still would enjoy scrolling down on current guest list so I don’t have to play zoomed way out in tiny font.

1 Like

scrolling should be fixed now! will improve the font colors!

1 Like

A couple quick bug notes on the new game:

  • If you accidentally click outside of the “choose her fate” window, she will stay forever roving around at 400lbs with no way to get to make a final decision again for her
  • Once you hit a certain tipping point, you change over to the corruption tracker and lose the ability to see things like her face description or a lot of stats (like muscles, willpower… well, everything that isn’t appetite, body image, corruption, or arousal) which is a bit frustrating
  • Description change triggers don’t always seem consistent - I had a heroine gain 50lbs and be described as this massive hambeast, when according to her overall body class she had just finally tipped over into the “average” category. Seemed a bit weird.
  • Apparently complimenting and dessert tray are always super-effective against whatever trait the specific heroine is, according to the action task descriptions
  • I beat the game with legitimately only 2 organic brothel events
  • The heroines that you make permanent just keep filling up the events list with rehashes of events and milestones they passed 200 lbs ago and don’t seem to really add much flavor outside of cluttering your list
  • The campaign rewards would often not match what they said they would be once they were active (i.e. this stat will be boosted by 15% and then after activating it says it’s boosted by 7%)
3 Likes

good! these are the feedbacks I am looking for! they can be fixed soon I believe.

i just load my last progress but i can’t end the day, here is the error :
endDay error: h.muscleMilestonesHit.has is not a function TypeError: h.muscleMilestonesHit.has is not a function | at checkMuscleMilestone (https://html-classic.itch.zone/html/16703610/heroines_hotel/engine/heroine.js:375:43) | at https://html-classic.itch.zone/html/16703610/heroines_hotel/engine/loop.js:108:27

1 Like

Physical descriptions seem to update too fast. Kind of weird how much just ten pounds changes for a character. They’ll be around 150lbs but described as if they’re in the 300’s.

I think they tied one set of physical descriptions to actual weight and another set to the corruption level. Because it’s made with AI coding I doubt the AI considered there might be a meaningful difference between the two things. But that can of course be fixed.

you are right! will fix soon!

1 Like

I’m seeing it’s been mostly fixed but the corruption events themselves do seem to be the same. But that’d take a rewrite more than a mechanical change. Idk if I’d consider that a high priority though.

So some days when I click “End Day” I get an error like this:

endDay error: can’t access property “length”, arr is undefined pick@https://html-classic.itch.zone/html/16742685/heroines_hotel/engine/state.js:21:56 | genHeroine@https://html-classic.itch.zone/html/16742685/heroines_hotel/engine/heroine.js:154:11 | _endDay@https://html-classic.itch.zone/html/16742685/heroines_hotel/engine/loop.js:530:16

It’ll end the day and have some of the heroines eat and things like that, but not reset any interactions so I can’t do any new interactions that day. If I click “End Day” a couple more times it usually snaps out of it.