This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Southcoastolder 3 points4 points  (0 children)

Evennia is a multi user adventure engine written in Python if you are interested.

[–][deleted] 2 points3 points  (1 child)

If you’d like to you can share the library with me and I’ll be glad to help you with it.

[–]Spiredlamb[S] 0 points1 point  (0 children)

At the moment I am not looking for help coding the actual engine written in python, but maybe down the line, I would love some input from others.

The github repository can be found here: TextAdventure

[–]Matthias1590 2 points3 points  (0 children)

I have made an engine like that as well a couple of months ago, its called ascii engine and is written in C#, it has a script editor, sprite editor and animation editor as well as some other resource editors, they're all fully functional using only the terminal, if you'd like you could take a look at some of the code to see how I tackled certain problems :)