Scribarchy - collaborative storytelling platform

A while back I asked for participants in a playtest of Scribarchy, a collaborative storytelling platform (https://scribarchy.itch.io/). Thanks to everyone who tried it out and shared feedback. I have made a number of updates and am starting a new beta-test. For this round, I will be curating a Multiverse called The Starship Warden.

A generation ship lost in space. You wake from your cryogenic chamber to find the crew dead, systems damaged, and something very wrong with the ship.

Play will be structured like a persistent play-by-post RPG, but instead of submitting posts, players create game items. I curate and publish those items, players interact with them, create new items in response, and the cycle continues. I would love to have you take a look and let me know what you think.

From the last beta-test I learned that there are some aspects of Scribarchy that may be show-stoppers for some people:

An email address is required for account verification and only for account verification. You can always use a throwaway e-mail, but for some folks this is a non-starter. I use Amazon Web Services Cognito to provide this capability, which is necessary for the multiplayer aspects of the platform.

AI is used to create thumbnail images for some game items, prompted by descriptions the player writes as part of the game. Many people have strong feelings about AI, and I do not want anyone to feel uncomfortable about participating. The thumbnails are small and purely illustrative.

There are character limits. Names of items are typically limited to 40 characters, and descriptions to 160 characters. There are ways to do more exposition, but some may find the constraints too restrictive.

Because of the above structure and limits, opportunities for writing extended dialog are limited. These constraints are intentional and are part of what I am interested in exploring during this beta.

If this sounds like something you might enjoy, I would love to have you participate and tell me how it works for you.

Your character description field does not allow quotes. ' is refused as HTML; ’ is refused as a non-Latin character. This means that such common abbreviations as “they’re” have to go without punctuation.

Yeah, this is a problem. The database I use doesn’t like certain characters, so that is why you get that error. It is very annoying, I need to look into how to escape and reconstitute those. Great feedback, thanks so much!

1 Like

Which database? Being able to store arbitrary Unicode text is non-optional these days.

1 Like

Postgres. It’s been awhile so I’m not sure it was the database or some other part of the system that was the problem. I am doing some fixes to allow more punctuation and I am going to test it to see if the database complains.

You were right of course. It wasn’t the database. Now I don’t remember what it was. In any event I have fixed the problem. Thanks!

I have fixed the problem and redeployed. There shouldn’t be a problem with that anymore. Thanks again for the feedback.

1 Like

No problem – glad the fix was easy.