An open API service indexing awesome lists of open source software.

https://github.com/autodidaddict/ponymud

PonyMUD - A multiplayer text adventure game written in Pony
https://github.com/autodidaddict/ponymud

adventure mud-game-server mud-server pony-language ponylang sample

Last synced: 2 months ago
JSON representation

PonyMUD - A multiplayer text adventure game written in Pony

Awesome Lists containing this project

README

        

# PonyMUD

A text adventure game written in Pony as a learning exercise to become more familiar with the language and to use as an illustration for various
language concepts. In every way possible, the aim of PonyMUD is to harness the power of the actor model and completely asynchronous processing.