From 8e03ea8e917d0f1dd415d72b37c96a8936a2a093 Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Sat, 24 Aug 2024 16:30:23 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf6e5a4..3d8cc8b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ ## Overview -This project implements a custom Blackjack game for a World of Warcraft private server using AzerothCore with Eluna. The game is hosted by a custom NPC, and players can interact with the NPC to play Blackjack directly in the game. +This project implements a custom Blackjack game for a for AzerothCore with Eluna and it uses AIO. The game is hosted by a custom NPC, and players can interact with the NPC to play Blackjack directly in the game. + +**Requires: AIO** + +> **Tip** +> **What is AIO?** AIO is a library that allows messaging from the core server and game client. This allows developers to build and deploy server-side UI changes as if they were AddOns without requiring a user to install anything. Modules in this repo that have `.client` and `.server` are AIO based modules. + ## Installation