From f0c2e6d1215deed293ccaac784c3124489e00a0a Mon Sep 17 00:00:00 2001 From: Nicholas Bottone Date: Fri, 12 May 2023 19:45:49 -0400 Subject: [PATCH] Update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 749c042..5cba0a1 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,15 @@ A Discord bot for running simulation robotics tournaments in xRC Sim. Designed to expedite and simplify the process of running tournaments, and to provide a better experience for competitors. -[!] This project is currently a work in progress. [!] - - [x] Generates match schedules and player lists. - [x] Creates voice channels for each match and moves players into them. - [x] Saves match results from xRC Simulator games to a Google Sheet. - [x] Notifies players of upcoming matches and results via Discord. -- [ ] Displays live game data on livestream overlays via OBS Lua scripts. To be used for competitions and tournaments in the Unity-based game [xRC Simulator](http://xrcsimulator.org/). Used in online [SRC events](https://secondrobotics.org). +Currently configured to be used with xRC Sim Charged Up, would need modifications to be used with other games. + Powered by [Discord.js](https://discord.js.org/) and [Google Sheets API](https://developers.google.com/sheets/api). Based on the [NicholasBottone/xRCSim-Tourney-Runner](https://github.com/NicholasBottone/xRCSim-Tourney-Runner) CLI tool. ## Getting Started