This is a simple overlay for SSBM ranked games. It displays the current game and the players' ranks.
- Download NodeJS
-
Clone the repository
-
Run the command " npm install "
-
Setup your Slippi's code in the config.json file
-
Run the build.
For windows:
npm run build:win
For linux:npm run build:linux
For mac:npm run build:mac
-
in the dist folder, you will find the overlay for your OS. (the folder :
melee-ranked-overlay/dist/*-unpacked/
)
If you want to contribute to this project, please open an issue or a pull request.