# Friends Tournament - Tournament creation and management made easy

DevFeed: [Friends Tournament - Tournament creation and management made easy](<https://devfeed.tech/articles/friends-tournament-tournament-creation-and-management-made-easy-25544.md>)

Original publisher: [Read original article](<https://www.marcogomiero.com/posts/2020/friends-tournament-release/>)

Author: Marco Gomiero

Published: 2020-06-12T00:00:00Z

Content type: release

Language: en

Sources: [Posts on Marco Gomiero](<https://devfeed.tech/sources/posts-on-marco-gomiero.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [Flutter](<https://devfeed.tech/topics/flutter.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [games](<https://devfeed.tech/tags/games.md>), [github](<https://devfeed.tech/tags/github.md>), [leaderboard](<https://devfeed.tech/tags/leaderboard.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [project](<https://devfeed.tech/tags/project.md>), [side-project](<https://devfeed.tech/tags/side-project.md>)

## AI overview

The article introduces Friends Tournament, an application for creating and managing video game, sports, and board game tournaments. It generates matches and rounds from player and match settings, tracks scores, and automatically creates a leaderboard. The application was built with Flutter, uses the Bloc pattern, is open source on GitHub, and is available for Android at the time of writing.

## Source excerpt

Today I want to share Friends Tournament, a side project that I have been working on for the past year during my spare time. Friends Tournament is a simple application that will help you to manage and organize tournaments with your friends. You can use it to generate videogames tournament, sports tournament, board games tournament, whatever type of tournament do you want. All you need to do is to provide the number of players, the number of matches and the numbers of player that can play at the same time. That's all! Friends Tournament will then generate the matches and the rounds for you. You can then keep the score of each player and a leaderboard will be generated automatically.