elemental-on-terminal/README.md
2025-03-28 02:17:42 -04:00

14 lines
No EOL
643 B
Markdown

# Elemental on Command Line
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 ``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``. 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
```