Multi-User Dungeon: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
m +category, a few links while I'm in there anyway |
m +link |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
A MUD is a text adventure game where multiple [[user]]s can interact with each other. | A '''Multi-User Dungeon''' (usually '''MUD''') is a text adventure game where multiple [[user]]s can interact with each other. | ||
The first was written in [[BCPL]] on the University of Essex [[PDP-10]] in 1978. | The first was written in [[BCPL]] on the University of Essex [[PDP-10]] in 1978. | ||
Other influential implementations were AberMUD and LPmud. The former was written in [[B programming language|B]] for a Honeywell [[mainframe]] at the University of Aberystwyth. [[Programmer]]s include Alan Cox of later [[Linux]] fame. LPmud was written in [[C programming language|C]] by Lars Pensjö at Chalmers Technical Institute. It features a built-in C-like [[object-oriented]] extension language, LPC. | Other influential implementations were AberMUD and LPmud. The former was written in [[B programming language|B]] for a [[Honeywell]] [[mainframe]] at the University of Aberystwyth. [[Programmer]]s include Alan Cox of later [[Linux]] fame. LPmud was written in [[C programming language|C]] by Lars Pensjö at Chalmers Technical Institute. It features a built-in C-like [[object-oriented]] extension language, LPC. | ||
{{semi-stub}} | |||
== External links == | == External links == | ||
* [https://github.com/PDP-10/MUD1 Source code for the original Essex MUD.] | * [https://github.com/PDP-10/MUD1 Source code for the original Essex MUD.] | ||
* [https://github.com/larsbrinkhoff/abermud Source code for some AberMUD versions.] | |||
[[Category: Games]] | [[Category: Games]] | ||
Latest revision as of 02:54, 16 December 2024
A Multi-User Dungeon (usually MUD) is a text adventure game where multiple users can interact with each other.
The first was written in BCPL on the University of Essex PDP-10 in 1978.
Other influential implementations were AberMUD and LPmud. The former was written in B for a Honeywell mainframe at the University of Aberystwyth. Programmers include Alan Cox of later Linux fame. LPmud was written in C by Lars Pensjö at Chalmers Technical Institute. It features a built-in C-like object-oriented extension language, LPC.