Designed by Ahasuerus for the armored scrims server -
The Ravens Nest
The Ravens Nest is a combination queueing and MMR system for deployment on a discord server. It aims to replace some of the more cumbersome elements of Armored Core VIs multiplayer experience and to foster a competetive ranked environment. The bot keeps track of a playerbase and teambase, facilitates matches through a reimplementation of the queue system present in ACVI with improvements (such as the ability to queue with a party), and performance tracking through a database of ELO rankings.
To get started with Ravens Nest, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/ravens_nest_elo_bot.git
To run the project, use the following command:
python ravens_nest/discord_frontend.py
If you have ideas for new features or changes, feel free to contribute to this repository! Here's how:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of your changes"
- Push to the branch:
git push origin feature-branch
- Create a pull request.