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
- Host: GitHub
- URL: https://github.com/autodidaddict/ponymud
- Owner: autodidaddict
- Created: 2017-07-25T21:00:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T17:04:45.000Z (over 7 years ago)
- Last Synced: 2025-01-04T23:17:40.752Z (4 months ago)
- Topics: adventure, mud-game-server, mud-server, pony-language, ponylang, sample
- Language: Pony
- Size: 74.2 KB
- Stars: 11
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.