mirror of
https://github.com/araxiaonline/AIO-Blackjack.git
synced 2026-06-13 03:02:26 -04:00
Update README.md
This commit is contained in:
37
README.md
37
README.md
@@ -1,15 +1,40 @@
|
||||
# AIO-Blackjack - Araxia
|
||||
# 🎲 AIO-Blackjack - Araxia
|
||||
|
||||
Hosted by **Lord Foldemort** 🧙♂️
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## 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 **Rochet2’s 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, you’ll 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 server’s `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
|
||||
|
||||
Reference in New Issue
Block a user