Elemental combination game written in C
Find a file
2025-03-26 23:55:56 -04:00
bin attempt hotloading if element doesn't exist 2025-03-25 21:25:31 -04:00
src force elements to be lowercase 2025-03-26 22:15:43 -04:00
.gitignore add suggestions 2025-03-26 21:19:01 -04:00
LICENSE add readme and license 2025-03-24 17:35:08 -04:00
Makefile add inventory 2025-03-24 22:27:02 -04:00
README.md typo simulator 2025-03-26 23:55:56 -04:00

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 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:

cd ../your_user_dir
../elemental-command-line/bin/elem your_username