Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Capm96/Tournament-Tracker
Windows desktop application that allows users to create and play through elimination-style tournaments.
https://github.com/Capm96/Tournament-Tracker
Last synced: about 2 months ago
JSON representation
Windows desktop application that allows users to create and play through elimination-style tournaments.
- Host: GitHub
- URL: https://github.com/Capm96/Tournament-Tracker
- Owner: Capm96
- Created: 2019-05-02T01:09:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T19:55:13.000Z (over 3 years ago)
- Last Synced: 2024-08-02T14:08:08.572Z (5 months ago)
- Language: C#
- Homepage:
- Size: 2.8 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - Capm96/Tournament-Tracker - Windows desktop application that allows users to create and play through elimination-style tournaments. (C# #)
README
# Tournament Tracker
Tournament Tracker is a Winforms application that allows users to create and play through elimination-style tournaments.
It allows users to create team members, teams, prizes, and then proceeds to randomize the rounds and matchups to create a tournament.## Demo
![demo3](https://user-images.githubusercontent.com/49093606/58343141-b9a68380-7e28-11e9-8df9-aa52a9198d83.gif)
## Credits
This is a project I worked on by following along Tim Corey's [course on how to build a C# application from start to finish](https://www.youtube.com/watch?v=HalXZUHfKLA&list=PLLWMQd6PeGY3t63w-8MMIjIyYS7MsFcCi).