Elemental combination game written in C
Find a file
2025-04-09 12:14:48 -04:00
bin attempt hotloading if element doesn't exist 2025-03-25 21:25:31 -04:00
src ugh 2025-04-03 13:48:03 -04:00
.gitignore 32-bit support, compile wrapper 2025-03-27 09:51:49 -04:00
LICENSE add readme and license 2025-03-24 17:35:08 -04:00
Makefile optimize for filesize 2025-03-27 07:34:20 -04:00
README.md redirect guide 2025-04-09 12:14:48 -04:00
wrap.sh i put this in the wrong place so now it doesn't actually reduce the size 2025-04-05 15:49:21 -04:00

Elemental on Command Line

This is an elemental combination game written in C, with optional multi-player support.

Clients

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, use the guide with the Web proxy.