parchment VS RPI-Engine

Compare parchment vs RPI-Engine and see what are their differences.

RPI-Engine

A freely available text-based RPG server derived from an older version of the Shadows of Isildur source code. (by webbj74)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
parchment RPI-Engine
8 3
413 7
- -
7.8 0.0
28 days ago almost 13 years ago
TypeScript C++
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

parchment

Posts with mentions or reviews of parchment. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-21.
  • Ask HN: Great text based games to play?
    11 projects | news.ycombinator.com | 21 Jan 2023
    This is a fun one I played recently about shopping in a grocery store, called Aisle. You only have a single command you can give for the whole game, but there's a looot of them you can provide, and it gives you a different ending for each. Part of the fun is trying to figure out what you can say to find another ending. You can play it directly at the link below.

    Play: https://iplayif.com/?story=http%3A%2F%2Fwww.ifarchive.org%2F...

  • These days is there any way to play old Infocom games on an iPhone?
    1 project | /r/interactivefiction | 31 Jul 2022
    Paste any of those URLs into https://iplayif.com for a modern web interpreter.
  • Ask HN: What game you wished existed?
    8 projects | news.ycombinator.com | 25 May 2022
  • The quest 2 needs a better browser!
    1 project | /r/OculusQuest | 8 May 2022
    it's a mobile browser based on chrome and while I don't use it for this, I find it acceptable enough, actually better than the mobile chrome in my phone for some things, like https://iplayif.com/ which runs much better on it thanks to a generous virtual screen than on small screen sharing space with a virtual keyboard...
  • Inform 7 v10.1.0 is now open-source
    7 projects | news.ycombinator.com | 28 Apr 2022
  • Zork: The Great Inner Workings. Exploring the source code and game
    1 project | news.ycombinator.com | 31 Jan 2022
    This article is interesting as it seems "the long way around": the Z-Machine is rather well documented, and already has VMs for the web [1] and going to the ZIL source to build a port of the ZIL itself rather than to interpret the Z-Machine binary is cool, I suppose, but ignores decades of insights into the Z-Machine.

    While I'm being a downer, also need to point out that while the Internet Archive has archived the ZIL source code the Zork games are still under copyright and owned by Activision Blizzard (soon/now Microsoft). Using Zork itself as a deployment artifact is a possible way to get sued even if you think the game "abandonware".

    [1] The best known/maintained is Parchment: https://github.com/curiousdannii/parchment

  • Issues with releasing
    1 project | /r/Inform7 | 4 Dec 2021
    Are you using the latest version of Parchment? The version that ships with the official I7 packages is very old. Updating might address your issue, but I don't know.

RPI-Engine

Posts with mentions or reviews of RPI-Engine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-03.
  • We Burned Down Players’ Houses in Ultima Online
    6 projects | news.ycombinator.com | 3 Oct 2022
    I would strongly strongly suggest investigating MUDs if that's your bag. They're non-graphical so they can be built and maintained by small numbers of people with low programming skills and they tend to be almost entirely about community experiences. I'll just leave http://www.middle-earth.us/ here because it's where I met my now SO and it's an absolutely wonderful community - but there are hundreds of them out there. They do take a serious time commitment though, since they're all about building up that interesting social world.
  • Ask HN: What game you wished existed?
    8 projects | news.ycombinator.com | 25 May 2022
    MUDs are a class of game that is terribly underrated. I've played on a few different one (mostly toward the RP focused end of things) but I think the whole family of games shows just how effective imagination can be when coupled solely with text descriptions.

    I have extremely strong memories from Shadows of Isildur[1] and met my spouse there!

    1. http://www.middle-earth.us/

  • Morrowind Rebooted the Original Xbox Without You Ever Noticing
    3 projects | news.ycombinator.com | 15 Apr 2021
    A MUD I worked (uh volunteered, as a total newbie) on had a soft-reboot implementation for deploys that blew my mind when I first saw it in action. Open telnet connections were all sent keep alives before the MUD launched a new instance of itself from the executable (which may have been a different version from the currently running copy) and then killed itself. To users on the other end a message appeared saying "Relaunching the server" and was followed up shortly by "You may now resume play". Since this engine was designed to constantly fall over due to instabilities and OOMs it stored the current game state in a persistent state (originally on-disk files - most of it was migrated to MySQL) so the only things that really needed hacking were re-acquiring the right sockets and remembering which user is which.

    This included, FYI, under development new game elements which were mostly written and launched using a mix of things called RPROGs, OPROGs, CPROGs and Descs (among other things) all of which were written in a custom domain language input into the MUD itself - devs like myself worked only on underlying mechanics and had no need to wander into the specifics of all those triggers.

    This probably opened up a number of security holes but, given that the game only ever checked the first six characters of a password (and checked them one by one against a plaintext copy) there were lower fruit available to criticize.

    If you want to check it out an older copy is available open-sourced[1] - it's a DIKU variant MUD.

    1. https://github.com/webbj74/RPI-Engine

What are some alternatives?

When comparing parchment and RPI-Engine you can also consider the following projects:

jquery.terminal - jQuery Terminal Emulator - JavaScript library for creating web-based terminals with custom commands

ModernUO - Ultima Online Server Emulator for the modern era!

extensions - Inform 7 extensions -- some may be ready for public use, others may be barely working experiments. Enjoy!

xqemu - Open-source emulator to play original Xbox games on Windows, macOS, and Linux

asyncglk - AsyncGlk: A Typescript Glk library

xemu - Original Xbox Emulator for Windows, macOS, and Linux (Active Development)

bitburner - Bitburner Game

gridia

scummvm - ScummVM main repository

UOX3 - Ultima Offline eXperiment 3 - the original open source Ultima Online server emulator - v0.99.6

if - Interactive Fiction technology: specifications and tests

endless-sky - Space exploration, trading, and combat game.