From d0553e657548d77d8dd94d7765b9e5da80df38f5 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Wed, 9 Apr 2025 12:14:48 -0400 Subject: [PATCH] redirect guide --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 7aa5d8d..b2904f8 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,4 @@ This is an elemental combination game written in C, with optional multi-player s A single-player example pack is provided as an example in ``bin/combos.txt``. This can be customized by the user, although internal limitations require the combination string to be in alphabetical order. ## Multi-player -*This guide is outdated!* - -To set up multi-player mode, create a directory ``../elem_data``. Also, create separate directories for each user that plays. - -The game can now be played with the following syntax, inside your user directory: -```sh -cd ../your_user_dir -../elemental-command-line/bin/elem your_username -``` \ No newline at end of file +To set up multi-player mode, use the guide with the [Web proxy](https://git.dervland.net/elemental/elemental-to-web). \ No newline at end of file