-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (83 loc) · 4.37 KB
/
index.html
File metadata and controls
105 lines (83 loc) · 4.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="PennMUSH : A MUD server, used to create text-based multiplayer social & roleplaying games.">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>PennMUSH</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<h1 id="project_title">PennMUSH</h1>
<h2 id="project_tagline">A MUD server, used to create text-based multiplayer social & roleplaying games.</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h2>
<a id="what-is-pennmush" class="anchor" href="#what-is-pennmush" aria-hidden="true"><span class="octicon octicon-link"></span></a>What is PennMUSH?</h2>
<p>PennMUSH is a freely available MUD-style server that provides a
form of textual virtual reality. It maintains a persistent world
database containing players, objects, rooms, exits, and
programs. People connect to the server and take on characters in the
virtual world, interacting with other players from around the (real)
world. Common activities include game playing, role-playing,
socializing, world-building, etc. These servers have also been used
for education, research, and artistic endeavors.</p>
<p>Want to try it out? You can use
a <a href="http://client.pennmush.org/guest/m.u.s.h">browser-based
client to connect to a game
called <a href="http://mush.pennmush.org">M*U*S*H</a></a> without
installing any software. We're friendly, stop in and say hi!</p>
<p>PennMUSH has an active team of developers/maintainers, and has been
under continuous improvement since its first release in 1992! The
current release is 1.8.7p0 made on August 10, 2018.</p>
<h2>
<a id="how-can-i-run-my-own-pennmush" class="anchor" href="#how-can-i-run-my-own-pennmush" aria-hidden="true"><span class="octicon octicon-link"></span></a>How can I run my own PennMUSH?</h2>
<p>PennMUSH runs on almost any UNIX derivative, including Linux and OS
X, as well as Windows. You
can <a href="https://www.github.com/pennmush/pennmush">find the source
code on GitHub</a>,
or <a href="https://download.pennmush.org/Source/">download a specific
release</a>. Once you have a copy of the files, follow
the <a href="docs/INSTALL.html">installation instructions</a>.</p>
<p>If you don't have a server to run PennMUSH on, or don't know how to
compile programs from source code, there are several commercial
services that can help you. Stop by M*U*S*H (see below) and ask for
advice.</p>
<h2>
<a id="how-can-i-get-help-with-pennmush" class="anchor" href="#how-can-i-get-help-with-pennmush" aria-hidden="true"><span class="octicon octicon-link"></span></a>How can I get help with PennMUSH?</h2>
<p>The flagship game for PennMUSH development
is <a href="https://mush.pennmush.org">M*U*S*H</a>, a social game that
you can connect to via
a <a href="http://client.pennmush.org/guest/m.u.s.h">browser-based
client</a> or via telnet at mush.pennmush.org port 4201.</p>
<p>The <a href="https://github.com/pennmush/pennmush/issues">issues
page</a> is where bugs should be reported.</p>
<p>Server documentation can be read <a href="docs/index.html">here</a>.</p>
<p>If you're looking for information on making your own changes to the
source, the <a href="http://community.pennmush.org">community site</a>
has some information and
the <a href="https://doxygen.pennmush.org">source documentation</a>
has API details.</p>
<h2>
<a id="how-can-i-find-other-mushes-to-play" class="anchor" href="#how-can-i-find-other-mushes-to-play" aria-hidden="true"><span class="octicon octicon-link"></span></a>How can I find other MUSHes to play?</h2>
<p>There's a whole bulletin board on M*U*S*H full of game
advertisements run by people who would love for you to check out their
game! Log on to M*U*S*H and type <code>+bbread 7</code> to see the
list, and <code>+bbread 7/1</code>, for example, to read post #1. You
can also ask other M*U*S*H players to recommend a game.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<!-- <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> -->
</footer>
</div>
</body>
</html>