Skip to content

Open-source app for tracking Brawlhalla player statistics and rankings

License

Notifications You must be signed in to change notification settings

NicKoehler/Brawlhalla-Stats

Repository files navigation

Brawlhalla Stats

logo

Brawlhalla Stats is an experimental, open-source rewrite of Brawl Tool. This application is being developed in my free time, and due to my limited computer science knowledge, bugs are to be expected.

Please note that I will not be updating the older versions available in the Play Store.

Screens

Phone list Phone detail Tablet

Download

Get it on Obtainium Get it on Google Play

Features

  • Legends Stats and Filters: View detailed statistics for each legend and apply filters.
  • Rankings: Access rankings across all available game modes.
  • Player Search: Search for players by name (only works for those who have played ranked 1v1 in the current season).
  • Search by Player ID: Quickly find players using their unique ID.
  • Comprehensive Player Stats: View all relevant stats for any player.
  • Clan Information: Explore clan details and statistics.
  • Favorites: Mark players and clans as favorites for easy access.
  • Material 3: Enjoy a clean and intuitive material design interface.
  • Open-Source and Community-Driven: Join a collaborative effort to enhance the app.

Contributing

Contributions are highly appreciated! To get involved, please follow these steps:

  1. Fork the Repository: Click the "Fork" button at the top right of the repository page.

  2. Clone Your Fork: Use the following command to clone your fork to your local machine:

    git clone [email protected]:YourUsername/Brawlhalla-Stats.git
  3. Create a New Branch: Navigate to the project directory and create a new branch for your feature or bug fix:

    cd Brawlhalla-Stats
    git checkout -b feature-name
  4. Request an API Key: If you want to build the app and access certain features, you will need an API key. You can request one by emailing [email protected]. However, you can still contribute to the project without it.

  5. Make Your Changes: Implement your feature or fix the bug.

  6. Commit Your Changes: Once you're satisfied with your changes, commit them:

    git add .
    git commit -m "Add your commit message here"
  7. Push to Your Fork: Push your changes to your forked repository:

    git push origin feature-name
  8. Create a Pull Request: Go to the original repository and create a Pull Request to propose your changes.

Acknowledgments

  • A heartfelt thank you to the Brawlhalla community for their ongoing support and feedback.
  • Special thanks to all contributors who help improve this project.