To play the game, you'll need a free API credential: a Cohere API key. You should be able to get it in a minute or two.  If you've played Orgone Collector or  Sketchy Mind Control App you can use the same credentials. 

You'll need to sign up for Cohere with a valid email here: https://dashboard.cohere.com/welcome/login, then generate a New Trial Key here: https://dashboard.cohere.com/api-keys

It has a free usage limit, but should allow you to play the game many times/month for free.

Cohere only accepts major email providers. If you want a fully anonymous email that works with Cohere I suggest tutamail.

Kinks: 

Breeding/impregnation.

Soft incest.

Other kinks possible due to open ended nature of LLM narration, but not obligatory.

Premise:

You are a long forgotten deity. A woman from a nearby village approaches you with an offer: give her the power to defend her village, and she will provide you with a line of priestesses to serve you and bear your children.

This game is still in beta and contains numerous bugs. However, it is playable start to finish.

Gameplay details:

Describe you actions and press "Submit" to progress the game. 

You'll breed your perfect priestess over six generations, guiding her appearance and personality through your powers. However, make sure you give her enough power to defend the village!

Given the limitations of the LLM I'm using, it's easy to jailbreak this game, overriding the games internal logic. Until I can get a more performant LLM, you'll have to refrain from doing that if you want the intended experience.

Due to multiple API calls, expect the game to freeze for 5-10 seconds after hitting submit, sometimes up to 1 minute if retries are necessary. If images never load you are likely blocked from visiting Gelbooru without a VPN or public DNS.

Caveat Emptor: This game pulls images from Gelbooru to illustrate the narrative. I have blacklisted loli, shota, and a number of other tags, but I cannot absolutely guarantee the quality of Gelbooru tagging, and the blacklist depends on that tagging.

Please rate if you enjoyed it!

You can submit bug reports here: https://forms.gle/fSuQCUm1oKpR8DBp6

Discord here: https://discord.gg/Zfyd9GEk6c

Updated 6 days ago
StatusIn development
PlatformsHTML5
Rating
Rated 2.0 out of 5 stars
(6 total ratings)
AuthorMoralHazard
GenreRole Playing, Visual Novel
TagsAdult, Anime, Eroge, Erotic, Romance

Development log

Comments

Log in with itch.io to leave a comment.

(1 edit)

One of the very first picture is unavailable and that locks me out of progressing

Aight, read the description, I've got my explanation

If you don't accept the offer and then hit reload from save the submit & end scene buttons won't work.

---------------------first error------------------------------------------------------

components.js:230 Data for key "config" not found in IndexedDB, and no fileUrl provided to fetch from.

loadJson @ components.js:230

await in loadJson

updateText @ components.js:6322

await in updateText

submit-button @ components.js:2670

(anonymous) @ components.js:2685

--------------------------second error-----------------------------------------------

components.js:2690 Error executing action for button submit-button: TypeError: Cannot read properties of null (reading 'content')

    at updateText (components.js:6337:16)

    at async submit-button (components.js:2670:50)

    at async HTMLButtonElement.<anonymous> (components.js:2685:21)

(anonymous) @ components.js:2690

You're correct. This is an oversight with the game reload functionality--it doesn't check if a valid save exists before trying to reload the game. It'll be fixed in the next update.

How do you get upgrades?

When you complete a scene with a priestess, you'll go through a series of popups where you can choose upgrades for both her and your avatar.

(+1)

Game not loading. No messages in console.

Firefox, Linux Mint.

I opened the game in firefox on my linux VM and there were no problems. This could have been an issue with a previous, bugged upload.  Are you still having difficulty?

Nope, still not loading. (Ctrl+F5 tried)

(1 edit)

My best guess would be an interaction with a browser extension. That has been the cause in previous cases when the game doesn't load for reasons I can't reproduce. This game does import from CDNs, which can run afoul of some setups.

CDN explains the problem, because adblocker blocks all external resources.

None of the images load at all except for the starting one

Did the text response load or did clicking "Submit" do nothing? If you check the dev console (ctrl+shift+I in chrome) do you see any errors?

it responded in text but the profile image didnt load and only the starting image loaded for the center of the screen, it also stopped working on the section where you choose an heir. It seems like the problem is in the image generation/collection/display and not the text generation.

I'm not able to reproduce this error, unfortunately. If you're willing to try again and check the dev console I can probably fix it, but as of now I'm not sure what would cause this; perhaps something specific to your local environment.

There is a chance this was caused by errors that could previously occur when buttons were pressed while another function was executing. If so, the problem should be resolved now.