A multi-user terminal-based chat application that connects multiple clients to have a group chat using telnet with emoji features that clients can use.
- Clone the repo to a file
git clone https://github.com/MariKang/SoftSysApellatum.gitCompile with
gcc Apellatum.c -o ApellatumAnd run the chat server using
./ApellatumClient can set their username, and see other clients joining the chat and their usernames.

Clients can send their messages to all the other clients. The client's own username is not shown, but the input messages from other clients have username at the front. The clients can also send multiple message at once because each client has thread of its own and the order of sending message doesn't matter.

Emojis are sent using brackets([]). There are three types of Emoji, [BEAR], [WHAT] and [HUH], each replaced with different emoji.
