Update README.md

This commit is contained in:
Manmadedrummer
2025-09-04 20:49:32 -04:00
committed by GitHub
parent 1b090fa51c
commit e267aa17c9

View File

@@ -1,15 +1,40 @@
# AIO-Blackjack - Araxia
# 🎲 AIO-Blackjack - Araxia
Hosted by **Lord Foldemort** 🧙‍♂️
![Lua](https://img.shields.io/badge/Lua-5.1-blue.svg)
![AzerothCore](https://img.shields.io/badge/AzerothCore-Eluna-green)
![AIO](https://img.shields.io/badge/Uses-Rochet2%20AIO-blueviolet)
## Overview
---
This project implements a custom Blackjack game for a for AzerothCore with Eluna and it uses AIO. The game is hosted by a NPC named Lord Foldemort, and players can interact with the NPC to play Blackjack directly in the game.
## 📖 Overview
This project implements a custom **Blackjack game** for [AzerothCore](https://www.azerothcore.org/) using **Eluna** and **Rochet2s AIO** framework.
The game is hosted by an NPC named **Lord Foldemort**, and players can challenge him to Blackjack directly inside the game client.
---
## 🛠 Requirements
To run this module, youll need:
- [AzerothCore Server](https://www.azerothcore.org/) with [mod-eluna](https://github.com/azerothcore/mod-eluna) installed
- [Rochet2 AIO](https://github.com/Rochet2/AIO)
---
## 📦 Installation
### 1. Copy Files
#### Lua Scripts
Place both Lua scripts in your servers `lua_scripts/` folder:
```bash
lua_scripts/BlackjackServer.lua
lua_scripts/BlackjackClient.lua
In order to use these modules you will need to have:
- AzerothCore Server with mod_eluna installed.
- [Rochet2 AIO](https://github.com/Rochet2/AIO)
## Installation