Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 1 to 31 of 71 · Next page · Last page

tutorial is broken, it stops working after it assigns you to see how the pacemaker works with the muscles in the brain

It could definitely be better signposted, but that's the end of the tutorial.

(+2)

Loving this game as a tool for teaching introductory neuroscience at Oberlin College! Thank you for creating it! I'm so impressed.

I'm just starting to use it in teaching. I'm pairing it with readings from the late neuroanatomist Valentino Braitenberg's book, Vehicles. This game lets you implement some of the simple creatures, or vehicles, described in that wonderful book, and that really brings the ideas to life.

I hope you keep up development, because students love this! I bet you could get site license purchases from colleges and universities for this (if that was something you wanted).

(+2)

Hey thanks! I'm glad you're getting use out of it! I've thought a lot about Braitenberg vehicles while making this. It's interesting to see the difference in locomotion types and requisite underlying circuity when you have muscles instead of motors. Without a motor that turns a steady signal into motion, animals have to use a lot more back-and-forth rhythm-based systems. But the principles are identical! In case you haven't seen it, the "Zippy" premade creature is a direct example of the "sensory crossover produces wall-avoidant-behavior" design.

The current development state of the game is on the backburner; I'm doing bugfixes as they come up and features whenever someone tosses me some funding for a specific project. But I'm married to the idea of neurobio games and have the full intention of coming back with a Crescent Loom 2 in a couple years — likely under that sort of license-based biz model that keeps it free for most and paid for orgs that can afford it.

Hi! I've finally picked this up after getting through a bundle pack, but it seems to crash after a while and I don;t know if im past the tutorial (not that it's hard, it just stops talking after i plug in the auto neurons).

Then I tried using the keyboard inputs so i have direct control of my creature, and then after a while of playing, I get the big blue orb presumably from eating enough food and I crash shortly after.

Ah, that blue orb is an egg. Sounds like it crashes on it hatching, which happens ~8 seconds after being laid. Would you mind saving to the server the creature that crashes the game when the baby hatches and let me know its name so I can try to replicate?

And yes, sounds like you finished the tutorial, it doesn't signpost the fact super well. The game is just a sandbox after that.

(1 edit)

I saved it online as "crashreport-eris"!

Thank you, I'll take a look!

(+1)

bad tutorial can't even understand much of the fundamentals

Oh wow! I remember seeing this game at SIX years ago! Very cool to see how much it and you have evolved since then!

i love the game, but i'd suggest 2 things, 1º, sterile creatures and the ability to spawn creatures, 2º, deleting certain parts of organs/body parts
withou needing to get them eaten, to create scars or something like that

I saw your biography at your itch.io page and was amazed to discover that you are a neuroscientist and also an indie game developer and I felt so identifed by your history because I am studying biology and I also likes pretty much neuroscience. I also likes to develope games and I usually make the music but I also have learnt some programming by myself. And when I played your game Aesthetic and learnt that you also were LGTBIQ+ as I am, I was very surprised by the resemblances. Well to the point, I wanted to say that I loved Aesthetic(but that game doesn't comments section and this game was the one you mentioned in your biography as your main project) and wanted to ask you how you can work as a neuroscientist and at the same time be an indie developer because I'm very interested in doing that too. PD: I find the idea of your thesis very interesting because I love zoology and neurobiology.

(+2)

> how you can work as a neuroscientist and at the same time be an indie developer
Lots of indie devs do the nights/weekends thing while working a day job — mine just happened to be in a lab. I'm not in any active research projects and now consider myself more of a science communicator aka making science-based games.

So I highly encourage you to lean into what you love about biology! If you keep honing your game-making skills on the side, I'm sure you'll find something cool and unique to say about biology in the language of games.

(+1)

Thanks for your kind words, I'll try to improve my game dev skills to make one day a game about biology and simultaneously become a biologist.

(1 edit)

How do I actually play it? I payed but the version 1 html5 doesn't work.

Edit: I got the logs

The downloadable HTML version needs to be hosted locally to work; it's mostly there for educators who want to set up games behind a school firewall but can't install the native version for some reason.

Instead, try the PC/Mac/Linux native builds that are included in the download. If you want to play in the web browser, you can do so at crescentloom.com/game

Hello! Is there a community/ discord server somewhere for this game? Would love a place to share my creations. Thank you!

Hi! The reddit is probably your best bet.

I thought the game was on V.1.0 but I see 0.7.22 when I launch. Also is the tutorial supposed to end when she tells you to press play?

(+1)

Yep, I haven't released an update since I decided to (organizationally) push it to 1.0, the number will get bumped up next time I fix or add something.

And yes, the tutorial ends there; I suppose a little notification or something would probably be good.

(3 edits)

So I bought a bunch of schtuff on itch.io and I am going through it all and seeing if I like it or not. This got my attention. I am on Arch Linux. I am slowly learning and have resolved many issues. One I cannot get past, when trying to run this, I get:
"./Crescent Loom: error while loading shared libraries: libcurl-nss.so.4: cannot open shared object file: No such file or directory"

What are the requirements for this? I have gone into the arch repository and installed: 

curl, curlftpfs, lib32-curl, lib32-libcurl-compat, lib32-libcurl-gnutls, libcurl-compat, libcurl-gnutls, nss, lib32-nss

I then went looking for 'libcurl-nss.so' and I cannot find it anywhere under /root. I have updated all installed packages and reboot and still nothing.

Hm, I don't recognize libcurl-nss.so and am not well-versed in linux packages, so to fix it I'd probably do the same thing that you've done and google it and wildly install any package I come across. I see libcurl4-nss-dev or maybe libcurl3 or maybe libcurl4 as other possible packages.

(+1)

I haven't completely given up, I am concentrating on something else. Unfortunately, most Google results take me to resources for more established Linux distros, like Ubuntu. I use Arch, which builds everything from the ground up; booting into an Arch USB drops you to a simple CLI. You have to turn on services and begin to download packages to build a GUI and window manager. This means you have great control over exactly what is installed, but has the con of not using the same software repositories that more user friendly distros use. No dulaboot to Windows as well; forces me to learn and use Linux proper. Doing rather well. ;)
I'll keep a look out and post my results in case another user might have the same issue but never followed thru.

So.... Looks like I will be running the Windows version through WINE. I can only imagine what kind of memory errors I will get from a game like this...
I have been working with someone on the Arch forums to see if there is a package or something I need to install, libcurl-nss-so.4 is the only thing missing. So far, nothing has worked and 5 hours of Google-ing hasn't revealed helpful results. Maybe for Ubuntu users, but Arch is a different beast altogether.

If you are allowed or able, what libraries were used to build Crescent Loom against? Either that or if I had the source I could find why it is calling libcurl-nss-so and redirect to another library that is actually used on Arch systems.

The game was built in Cerberus X, which automatically transpiles to various things, so I don't usually directly touch the libraries it uses to talk to the OS.... however, CSX is open source so we can just search it; this looks like it might be promising? I just searched Crescent Loom's repo to confirm that I don't mention libcurl anywhere else. I am using that httprequest.cxs file to talk to the creature server, so that might be a good list to pursue.

Sorry you've had to spend so long googling this! >_< I appreciate you posting the problems/potential solutions here. I'm also happy to keep assisting to the best of my ability, I'd love to see the game work on more versions of linux.

https://bbs.archlinux.org/viewtopic.php?pid=2081108#p2081108

So, it involved building a package from scratch with some patches and i voila !
Crescent Loom now runs. I think, and I could be wrong, I am still waiting on emails and discussion, there is a push to get rid of Network Security Services (NSS) in favor of what is happening with OpenSSL??? or fold the functions into curl at a base level??? I am not clear on it with just a cursory glance at an article and the fix is for something quite niche for Linux users. The only reason why there is a large number of answers that worked for Ubuntu and other users is Ubuntu being more popular of a distrobution, but also fosters a "complete user friendly" system, while Arch caters to people that are trying to be like Windows power users and more. libcurl-nss.so would be included in some of the curl packages available to them as a "just throw the kitchen sink in" to ensure compatibility, not security.

Crescent Loom 1.0 is a huge success in so many ways, Bravo in so many ways, keep up the excellent work your doing. The foundation is amazing and solid. i will certainly keep an eye open for your work coz' anything that follows  will certainly be great , interesting , touching etc    thanks 

(+1)

🌺 Thank you, that means a lot!

(1 edit) (+1)

In the linux version the game sometimes crashes when an egg tries to hatch. I looked at the terminal output message and it says:

Cerberus Runtime Error : Memory access violation

I have the full logs if you need them. Also i tried the HTML version using firefox and it just gives me a black screen, the demo works fine though.

(+1)

Sorry for the late reply! Thanks for the bug report. If you still have it installed, could you look in the logs/ folder next to the executable and send any crashlog.txt files to crescentloom@gmail.com?

As for the local HTML version: it's a little tricky to get working. Browsers sensibly have a security feature for local files that restricts access to other files on your hard drive. I should probably add steps to get it working to a readme or something. Your options are to either:

  • Launch a browser with "--allow-file-access-from-files" mode enabled.

or

However, the local html5 version is identical to the one hosted at crescentloom.com — I've included it in the available files because a teacher requested it to get around a firewall issue at their institution.

The stand alone player consistently slows down and eventually crashes as I play between 30 minutes and an hour, but it saves what your last build was and replaces it on restart so I'm not even mad. Though if it stayed stable long term I would definitely just set up an aquarium of little custom critters and let it run.

I would love to get the physics efficient and stable enough for that! I've had a dream of making a twitch stream of that kind of aquarium full of the creatures people upload to the server.

(+1)

I would definitely watch that, love these little guys. I guess while I have you here I have one note and one suggestion.
The note is I can't seem to see, on standalone or embedded, uploaded creations past page 56, entry 1000, which ends in the middle Gs.
The suggestion is, and I don't know how easy or possible it would even be, I would love to limit color vision on eyes so that a creature could potentially recognize and avoid predation or sharing space on its own kind, which also opens up mimicry through camouflage.

Hi, I am create a co-op bundle to celebrate World Environment Day, I want invited you to join, all content related with nature and environment can be join, if you are interested you have join in the follow link: https://itch.io/jam/world-environment-day-bundle-2022

I'm excited and I appreciate your interest and your participation, thank you very much and good luck!

Aw thanks for the invite! The bundle looks really cozy. I'm not currently looking to put CL in a bundle but good luck!

This is a really cool and well implemented idea.

To me, it's just missing a puzzle/problem game setup to drive players to explore the possibility space and discover their own solutions.

I think you're spot on.

Too bad this project seems to be abandoned. Here a dump of the console in case the developer decides to come back:

Uncaught DOMException: The operation is insecure. main.js:1
Uncaught TypeError: c_Rotator.m_flashTimer is null
    m_Update https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    p_OnUpdate https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    UpdateGame https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    UpdateGame https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    UpdateGame https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    i https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    setTimeout handler*BBHtml5Game.prototype.ValidateUpdateTimer https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    SetUpdateRate https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    bb_app_SetUpdateRate https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    m_UpdateGameVMValue https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    m_Set3 https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    m_Set4 https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    m_ResetToDefault https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    p_OnCreate https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    StartGame https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    StartGame https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    Run https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    Main https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/main.js:1
    onload https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/index.html:140
    EventHandlerNonNull* https://v6p9d9t4.ssl.hwcdn.net/html/5572115-546301/index.html:40
main.js:1:340967

This is while running it from their website on FF with all blockers disabled.

(+1)

Hi! Thanks for the detailed error report. CL is in no way abandoned, I'm pretty sure it's going to see me into the grave. 🙃 Recent development has just been been on other aspects of the game e.g. the connectome explorer & working on securing funding.

Odd, it's working OK for me on all browsers. Looks like it might be some kind of problem with hosting it through itch.io. I'll investigate when I get some time this weekend. Thanks again!

OK, I still haven't been able to replicate this, but I've added a locally-hosted mirror of the game here, also linked to in the troubleshooting steps. The first one is still preferable as the main because of bandwidth costs, but this should work as a fine backup.

Please let me know if you continue to see problems.

Hi Olive, Thanks for your reply! Oddly enough it is working for me now on all the links you provided here. If I remember correctly, there was some CORS error in the log, which I did not include in my first post. Maybe there was some config issue on the backend/3rd-party?
Anyways, thanks for replying to my post and sorry for calling the project abandoned - in my quick search I did not find too much recent activity and maybe I am a bit of a burnt child in that way :S

All good! Reasonable conclusion from how little I've been posting about it 😅

Glad it's working for you now!

im not really sure that 'scheming weasel' was the best choice for the trailer lol

also how do you run the demo? i cant run it on file or in the itch app.

nvm i figured it ou

I am new to the game. I did the tutorial to the point it tells me to press play and watch my creature move, but after that, i am not sure what to do next. is that the end of the tutorial or is there more to learn the systems of making sensory stuff work like eyes, whiskers, etc and to react to the environment?

If you go into one of the levels and press "H" a number of manuals will come up, which you can follow (they're kinda like Lego kit build instructions) to learn how sensory stuff works. Peahen and Zippy have whiskers and eyes, respectively.

After that, the game is mostly a sandbox. I'm working on more skill challenges like the current race mode but it's slow going!

alright, good to know. I will definitely check check out those saves then.

Is there any potential sample creature that can help you figure out if there is a way to make a creature react to cool and eat it based on "seeing" it in some way? Will the 2 samples you mentioned help me learn to do that?

The examples I mentioned use their senses to navigate and avoid terrain.

Hunting by sight turns out to be a really complicated problem so there aren't any manuals for it yet, but I hope to figure it out someday.

(+3)

This game is AWESOME! Just what I didn't know I needed! I've run through the tutorial, and flipped through the patterns (a genius idea, the pattern book), and I already see the massive potential for what else I can do. 

But I'm having a problem: the Tab key doesn't cycle through the neuron connection types for me. Is there an alternate input that does the same thing? Like how you can move the camera with WASD or by using the left mouse button to pan around the environment? 

It looks like all the creatures in the pattern book require connections of type Inhibit to keep the neurons from all firing at once, and I can't figure out how to do that. I'm not sure if this is just my computer or a problem with the game, but it's happening on the downloaded version and the online one. 

Also, I love the music. It's very chill. 

Never mind, I figured out how to do it! You have to make a connection, then click on it, and while your mouse button is down, press Tab. Now I can explore the whole wealth of systems in this game!

I was trying to figure this one out myself. Thanks!

Also, you can click on the little circle, the actual connection point, not the line. That brings up a menu for neuron connection types, and you can select the type you want. 

(+2)

I shared this with some people in a discord server for Creatures, which is another biology simulation-and-toy, and they are loving it... As someone with a passionate interest in virtual life I adore projects such as these

I'm kind of obsessed with this game. I have always wanted a game just like the Spore cell stage, and this goes way beyond my expectations! Love the voice over in the tutorial btw! I can't wait to see where this goes in the future!

(+1)

This is definitely going to be my favorite game for a while!! Great idea and swell execution so far :))

(+2)(-1)

My one request would be a big cave system full of enemy species to compete against. The competition and out performing other species is what makes this sort of thing super fun. Currently maps are small and have little amounts of other creatures

(+2)

It is fun, but the tutorial is too short.  I am very confused on how to make a brain

(1 edit) (+2)

I love this game!

maybe you could could make the way to put multiple creatures in one ecosystem easier, and make them compete, like the race mode and the only ecosystem but combined! 

another thing would be adding more maps and ready ecosystems!

as well as making the current non walled maps bigger/making it so there are more obstacles and decorations.

a fatal flaw i noticed is that a carnivore eating its offspring actually has some net gain, (i think), it should be more of a loss than a gain, also there should be a way of differentiating your species from others in the neuron system

other than that, i really enjoyed playing this game :)

(+2)

Aw thanks for the nice comment! ^_^

I agree with everything you've said as important additions. I'm working on making my internal map editor polished enough so that it can be part of the game, which I think will address a lot of the lack of map variety.

Re: differentiating your own species... hm. Maybe some kind of "scent" input that activates when you're close to either offspring, other spiecies, or plankton (the blue snacks)? I'll make a to-do to look into making one.

Cool!

Good luck for that, i'm really interested in seeing what this game will become :D

(2 edits) (+1)

Hey, I really like the game, super interesting and fun to experiment with. That said, whenever I try to run it on Chrome it works pretty well until anything tries to lay an egg, then it freezes up and can't be recovered. =(

This is the log that appears when it freezes up: Creature '' laying egg.

Anyways, hope you fix it and keep up the good work! It's inspirational!

EDIT:
Have you considered adding scenarios? Like "you must consume X pieces of food before Y time/energy runs out and you can only use Z number of  creature parts". Idk, I think the extra challenge would be great, just a thought!

(+2)

Thanks for the bug report. I think I know what's going on and it should be fixed in the next update.
I've experimented with some premade levels when I was trying to figure out how to do the tutorial, and found that limiting the number of creature parts was more frustrating than a fun challenge. Something open-ended could be fun though — I've been working on the level editor for the race mode in the next update (spoilers) so should be able to start thinking about challenges after that. :)

That's awesome! Looking forward to the update. =)

Could you make it so that you can toggle on a version like before all  of those neuron gates were there and all the complicated neurobiology stuff? Maybe just a mode to set where you can put the complexity level down like to the version were all the gates and the yellow lines weren't there? Other than that I've been having fun with cannibalism, but in the end my babies got my fishie

Hi! Thanks for saying something, I can definitely get lost in adding the neuro stuff to the point of losing sight of the fun of just building creatures. I'm not sure what you mean by the "gates", though — the different kinds of neurons and connections between them have been there from day one. Have they just been getting more in your way recently?

oh no i meant like the sodium stuff

Oh! Of course, those gates. :p

OK, I'll think about ways to hide the display for folks who don't want to mess with it.

aaaa this is so interesting! after following the instructions for the four basic creatures i made my own predatory creature and then it got Eaten Immediately, great stuff

i made a playthrough

(+1)

this game is amazing!! i was playing the web version and i was blown away by the details! ive played a couple of 'brain making sims' before but they were janky and unreliable, so i was really impressed to see how well this works!! 

at first i was pretty confused on how all the different things in the brain worked and was hesitant to try and make a creature from scratch because i honestly had no idea what most of those things meant, but after some trial and error i actually managed to figure out some bits and managed to make a controllable creature! so points to you for making it simple enough that even i could understand it :D

oh and once i figured it out i spent so long making a creature! i really love the variety of shapes you can make them out of (and how the different shapes have different functions too!) and i absolutely love the inclusion of bioluminescence (i definitely overused that feature,,,no regrets). unfortunately before i could upload it the game froze while i was taking it for one last spin so i had to reload and lost my little creature :c (farewell lil guy, you looked super cool before u were eaten by the void u_u). though of course this is in development so im not that upset!! i just figured it may be worth mentioning in case you're looking for bugs to squish c:

but yeah overall im absolutely loving this game! the visuals are lovely to look at as well and the internal mechanics are genuinely so impressive so good job!!!! i am completely broke but just know that if i had the money i would absolutely buy this game :D (wow this is a long comment O_O)

(+1)

Yay! I'm glad you were able to figure things out by poking around! Yeah it's really important to me to have this be simple & fun enough to not scare people away with the word ~ neuroscience ~.

Thanks for the really positive comment. :) I've been having a rough time getting myself to work on this recently so it's much appreciated. Sorry you lost your little buddy!

Viewing most recent comments 1 to 31 of 71 · Next page · Last page