mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Added basic README information
This commit is contained in:
22
README.md
22
README.md
@@ -2,4 +2,24 @@
|
|||||||
|
|
||||||
[](https://gitter.im/azerothcore/azerothcore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/azerothcore/azerothcore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
## [WEBSITE](https://azerothcore.github.io/)
|
## Introduction
|
||||||
|
|
||||||
|
AzerothCore is an open source game-server application for World of Warcraft, currently supporting the 3.3.5a game version.
|
||||||
|
|
||||||
|
It is written in C++ and based on MaNGOS, TrinityCore and SunwellCore.
|
||||||
|
|
||||||
|
## Why AzerothCore?
|
||||||
|
|
||||||
|
Our main goal is to create a playable game server, offering a fully working game experience. In short, we focus on the **user experience (UX)**.
|
||||||
|
|
||||||
|
Like MaNGOS and TrinityCore did in past, we like to write clean code and doing software development right, but **our main goal is to have fully working features**. In other terms, we always prefer proper solutions to problems, but we may accept "*hackfixes*" (when they do not affect the game stability) if a proper solution is not available yet.
|
||||||
|
|
||||||
|
We also believe in [software modularity](https://en.wikipedia.org/wiki/Modular_programming), because the more the software is modular, and the more it will be easy to be maintained, understood, developed, etc...
|
||||||
|
|
||||||
|
## Work in progress...
|
||||||
|
|
||||||
|
The project is still undert a work in progress phase, so all guidelines may not be available yet, but feel free to starting contributing. We will love to review and accept your PRs.
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
- [Website](https://azerothcore.github.io/)
|
||||||
|
|||||||
Reference in New Issue
Block a user