From 99bb41d542072deb9aa77949bed3b025daacddc1 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Wed, 26 Mar 2025 23:43:25 -0400 Subject: [PATCH] add guide --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d331afb..cb89545 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Elemental on CLI -Elemental combination game written in C. \ No newline at end of file +Elemental combination game written in C. + +## 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. + +## Multi-player +To set up multi-player mode, create a directory ``elem-data`` and create separate directories for each user that plays. + +The game can now be played with the following syntax, inside your user directory. +```sh +./bin/elem your_username +``` \ No newline at end of file