Readme update
This commit is contained in:
parent
54b528155b
commit
88a90b59df
1 changed files with 26 additions and 17 deletions
43
README.md
43
README.md
|
|
@ -1,13 +1,11 @@
|
||||||
# Evennia MUD/MU\* Creation System 
|
# Evennia MUD/MU\* Creation System ![evennia logo][logo]
|
||||||
|
|
||||||
*Evennia* is a modern library for creating online multiplayer text games
|
*Evennia* is a modern library for creating online multiplayer text
|
||||||
(MUD, MUSH, MUX, MOO etc) in pure Python. It allows game creatores to
|
games (MUD, MUSH, MUX, MOO etc) in pure Python. It allows game
|
||||||
design and flesh out their games with great freedom.
|
creators to design and flesh out their games with great freedom.
|
||||||
|
Evennia is made available under the very friendly [BSD license][license].
|
||||||
|
|
||||||
http://www.evennia.com is the main hub tracking all things Evennia.
|
http://www.evennia.com is the main hub tracking all things Evennia.
|
||||||
The extensive documentation is found
|
|
||||||
[here](https://github.com/evennia/evennia/wiki). Evennia is made
|
|
||||||
available under the [BSD license](https://github.com/evennia/evennia/wiki/Licensing).
|
|
||||||
|
|
||||||
|
|
||||||
## Features and Philosophy
|
## Features and Philosophy
|
||||||
|
|
@ -26,7 +24,7 @@ the codebase extremely flexible. The code is heavily documented and
|
||||||
you use Python classes to represent your objects, scripts and players.
|
you use Python classes to represent your objects, scripts and players.
|
||||||
The database layer is abstracted away.
|
The database layer is abstracted away.
|
||||||
|
|
||||||

|
![screenshot][screenshot]
|
||||||
|
|
||||||
Evennia offers extensive connectivity options. A single server
|
Evennia offers extensive connectivity options. A single server
|
||||||
instance may offer connections over Telnet, SSH, SSL and HTTP. The
|
instance may offer connections over Telnet, SSH, SSL and HTTP. The
|
||||||
|
|
@ -49,16 +47,27 @@ you won't find any AI codes, mobs, skill systems, races or combat
|
||||||
stats in the default distribution (we might expand our contributions
|
stats in the default distribution (we might expand our contributions
|
||||||
folder with optional plugins in the future though).
|
folder with optional plugins in the future though).
|
||||||
|
|
||||||
If this piqued your interest, there is also a [lengthier
|
|
||||||
introduction](https://github.com/evennia/evennia/wiki/Evennia-Introduction)
|
|
||||||
to Evennia to read.
|
|
||||||
|
|
||||||
## Current Status
|
## Current Status
|
||||||
|
|
||||||
The codebase is currently in **Beta**. While development continues, Evennia is already stable enough to be suitable for prototyping and development of your own games.
|
The codebase is currently in **Beta**. While development continues,
|
||||||
|
Evennia is already stable enough to be suitable for prototyping and
|
||||||
|
development of your own games.
|
||||||
|
## Where to go from here
|
||||||
|
|
||||||
## More Information
|
If this piqued your interest, there is a [lengthier introduction][introduction] to read.
|
||||||
|
|
||||||
To learn how to get your hands on the code base, the [Getting started](https://github.com/evennia/evennia/wiki/Getting-Started) page
|
To learn how to get your hands on the code base, the [Getting started][gettingstarted] page
|
||||||
is the way to go. Otherwise you could browse the [Documentation wiki](https://github.com/evennia/evennia/wiki) or why not come join
|
is the way to go. Otherwise you could browse
|
||||||
the [Evennia Community](http://www.evennia.com). Welcome!
|
the [Documentation][wiki] or why not come join the [Evennia Community forum][group]
|
||||||
|
or join us in our [development chat][chat]. Welcome!
|
||||||
|
|
||||||
|
|
||||||
|
[homepage]: http://www.evennia.com
|
||||||
|
[gettingstarted]: http://github.com/evennia/evennia/wiki/Getting-Started)
|
||||||
|
[wiki]: https://github.com/evennia/evennia/wiki
|
||||||
|
[screenshot]: https://raw.githubusercontent.com/wiki/evennia/evennia/evennia_screenshot3.png
|
||||||
|
[logo]: https://github.com/evennia/evennia/blob/devel/evennia/web/static/evennia_general/images/evennia_logo.png
|
||||||
|
[introduction]: https://github.com/evennia/evennia/wiki/Evennia-Introduction
|
||||||
|
[license]: https://github.com/evennia/evennia/wiki/Licensing
|
||||||
|
[group]: https://groups.google.com/forum/#!forum/evennia
|
||||||
|
[chat]: http://webchat.freenode.net/?channels=evennia&uio=MT1mYWxzZSY5PXRydWUmMTE9MTk1JjEyPXRydWUbb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue