diff --git a/images/evennia_screenshot.jpg b/images/evennia_screenshot.jpg deleted file mode 100644 index 9a6b8dfc88..0000000000 Binary files a/images/evennia_screenshot.jpg and /dev/null differ diff --git a/index.html b/index.html index 7b26c09443..9e89842f8e 100644 --- a/index.html +++ b/index.html @@ -100,10 +100,23 @@ - InstallationEvennia is installed by cloning and installing its repo from github. The Getting Started instructions will help you get things set up. Once installed, creating your new game is quick:
+ Installation + Evennia requires Python 3.10+. +
+ + pip install evennia + +
+ The Installation instructions givesg a lot more help. Once installed, creating your new game + is quick:
evennia --init mygame
cd mygame
evennia start
-
You can now browse your new game's website and play locally in your browser at http://localhost:4001. You can also connect to it with a traditional third-party MUD client on localhost, port 4000. Screenshot -
An example of a default Evennia install (hover to enlarge). Top left: Running server just started. Top right: Default website served by Evennia. Bottom left: Game open in included HTML5 webclient. Bottom right: Game open in traditional telnet client (tintin++).
+
You can now browse your new game's website and play locally in your browser at http://localhost:4001. You can also connect to it with a traditional third-party MUD client on localhost, port 4000. + Screenshot +
An example of a default Evennia install (hover to enlarge). Center: + Running server just started. Top left: Default website served by Evennia. Right: Game open in + the included HTML5 webclient as well as in two traditional MUD clients (tintin++) and + mudlet). +

@@ -163,7 +176,7 @@
  • NAWS, TTYPE, MCCP etc ...
  • -
  • In-Game channels can link to IRC, Grapevine
  • +
  • In-Game channels can link to Discord, IRC, Grapevine, RSS ...
  • RSS feed, Twitter feed (with snippet from docs)
  • Different databases supported via Django: Sqlite3, PostgreSQL, MySQL ...
  • Asynchronous, event-driven architecture without risk of race-conditions @@ -176,9 +189,9 @@ - More Information
  • + Dive in!

    If this piqued your interest, there is a lengthier introduction to Evennia to read.

    -

    To learn how to get your hands on the code base, the Getting Started page is the way to go. Otherwise you could browse the Documentation or why not come join one of the Evennia's community's chat channels or forums. Welcome!

    +

    Once you've installed Evennia you may want to proceed to the Beginner Tutorial.