Update README.md

This commit is contained in:
Manmadedrummer
2024-08-24 16:30:23 -04:00
committed by GitHub
parent c463d07edf
commit 8e03ea8e91

View File

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