3.30 star(s) 4 Votes

Zyoi

Member
Jul 29, 2020
111
36
Are there no more scenes after the riding dildo one? I m at 100 love and nothing's changing
 

C.M.Cas

Dungeon Master
Game Developer
Mar 18, 2018
616
1,027
I played Xcom enough to now where it go.
Good luck with the game, brother.
 

KenneX

Member
Apr 21, 2019
295
391
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 618, in script call
    call map from _call_map_1
  File "game/script.rpy", line 561, in script call
    call first_kitchen_encounter from _call_first_kitchen_encounter
  File "game/script.rpy", line 346, in script
    if progression_level == 1:
  File "game/script.rpy", line 346, in <module>
    if progression_level == 1:
NameError: name 'progression_level' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 618, in script call
    call map from _call_map_1
  File "game/script.rpy", line 561, in script call
    call first_kitchen_encounter from _call_first_kitchen_encounter
  File "game/script.rpy", line 346, in script
    if progression_level == 1:
  File "E:\uTorrent\snakegirl-0.1-pc\renpy\ast.py", line 1843, in execute
    if renpy.python.py_eval(condition):
  File "E:\uTorrent\snakegirl-0.1-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "E:\uTorrent\snakegirl-0.1-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script.rpy", line 346, in <module>
    if progression_level == 1:
NameError: name 'progression_level' is not defined

Windows-10-10.0.19044 AMD64
Ren'Py 8.3.2.24090902
A Snake Girl's Bloom 0.1
Sun Jan 12 22:31:52 2025
 

Wregax

Newbie
Jul 21, 2020
16
4
I'd be all for it, but I don't like futa... finally another furry one, but it seems like I'll have to skip this one as well.
 

Unknown9918

Newbie
Mar 22, 2020
65
107
Futa means it isn't for me (I mean really, it's AI generated -- they couldn't generate alternate scenes where she's pure female physically?) but it's hilarious to see all the people in here being incredibly anal about what a snakegirl is.

It's furry. A snakegirl in anthropomorphic terms has snake characteristics. She has enough to qualify, though the only bridge I'd give is her tail really should've been longer... Like, much MUCH longer. and bigger.

That thing should've been almost her body height in size and comparable in width.
 

NeckByte

New Member
Jan 11, 2025
4
7
Hello, Dev here. This was a little project I did to get a feel for this type of game development. Which explains the heavy use of AI for pretty much everything. My workflow was pretty bad. I didn't plan much and then mostly coded it on the fly. I had a big project scope, set up a bunch of foundation, then started randomly implementing things all over the place.

so yea, the game is shit tbh. Inconsistencies everywhere, boring gameplay loop, a bunch of filler ai text that I never replaced, and lazy ai art. All I did for the ai art was just brute force ai prompting. No other techniques, except to keep generating until it looked decent.

With that said, I wanna make something actually decent. I won't touch code until I have a clear documented plan. And when I do, I'll do it in order. I want the first demo to have a polished early gameplay.
 
3.30 star(s) 4 Votes