From cb2ec2873a74de2894b1b97b69d743a117273fb0 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Wed, 26 Mar 2025 23:49:52 -0400 Subject: [PATCH] yes --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 635d86b..a7f7a8c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,13 @@ This is an elemental combination game written in C, with optional multi-player support. ## Single-player -A single-player example pack is provided as an example in ``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 -To set up multi-player mode, create a directory ``elem-data`` and create separate directories for each user that plays. +To set up multi-player mode, create a directory ``../elem-data`` with a copy of ``bin/inv_base.txt``. Also, create separate directories for each user that plays. -The game can now be played with the following syntax, inside your user directory. +The game can now be played with the following syntax, inside your user directory: ```sh -elem your_username +cd ../your_user_dir +../elemental-command-line/bin/elem your_username ``` \ No newline at end of file