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: 10 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T19:55:13.000Z (over 3 years ago)
- Last Synced: 2024-11-05T03:36:23.493Z (5 months ago)
- Language: C#
- Homepage:
- Size: 2.8 MB
- Stars: 10
- Watchers: 1
- Forks: 5
- 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

## 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).