redirect guide

This commit is contained in:
biglyderv 2025-04-09 12:14:48 -04:00
parent 6b5452c923
commit d0553e6575
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5

View file

@ -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. 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 ## Multi-player
*This guide is outdated!* To set up multi-player mode, use the guide with the [Web proxy](https://git.dervland.net/elemental/elemental-to-web).
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
```