From 5a6bb6e982afc8ec0bc65368c2550bea773b10c3 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 7 Apr 2025 11:04:24 -0400 Subject: [PATCH] improve the guide --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f95e7a8..773e060 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ # Elemental on Command Line This is an elemental combination game written in C, with optional multi-player support. +## Clients +- [PenguinMod client](https://studio.penguinmod.com/?fps=200&clones=Infinity&offscreen&size=850x480#7218964246) for playing the game online with a fancy interface +- [Discord client](https://discord.gg/DKZTWyWH3B) for playing the game publicly with other Discord members +- [Web client](https://elem.dervland.net/) for a demo of the multiplayer version +- [Original client](#multi-player) for developers, administrators, and command line fans + ## Single-player 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: