redirect guide
This commit is contained in:
parent
6b5452c923
commit
d0553e6575
1 changed files with 1 additions and 9 deletions
10
README.md
10
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.
|
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
|
|
||||||
```
|
|
Loading…
Reference in a new issue