14 lines
541 B
Markdown
14 lines
541 B
Markdown
# SimC-Free: Your Self-Hosted, Open-Source Raid Bot
|
|
|
|
## What is SimC-Free?
|
|
SimC-Free is an open-source, customizable raid bot designed to simulate and analyze player performance in massively multiplayer online role-playing games (MMORPGs). Unlike proprietary raid bots, SimC-Free offers complete transparency, allowing users to modify and extend its functionality to suit their specific needs.
|
|
|
|
### How to Use:
|
|
|
|
```bash
|
|
git clone https://github.com/alexohneander/sim_free.git
|
|
|
|
docker build -t sim-free .
|
|
docker run -p 8000:8000 sim-free
|
|
```
|