top of page

Tournament Organiser

This project was commissioned by Dynamic Flame badminton club and was intended to assist them in the setup and running of their badminto tournaments.

image.png

Context

Dynamic Flame required an application that allowed them to easily and efficiently input players' names and contact details, the formats they compete in (singles or doubles), and the grade they are in that format.

Development

Development started out by planning and testing the process in which I create and time the games automatically for the tournament organiser. Once that concept was completed, I started the front-end development, creating a set of inputs that allowed the user to enter players into the database as well as edit and delete them.

Tools

I decided to utilise Microsoft Windows Forms for the development of the application front-end and back-end. I also decided to use a database to store this information, and therefore made use of SQLite to interface C# with SQL. I am also using GitHub as version control.

Final Product

This project is not completed yet. The next step is to implement the planned process for creating the games in C#. Then I will be able to experiment with the optimal method of displaying the results. Dynamic Flame would also like the ability to input results into the application, which will return statistics and decide the winner.

bottom of page