Simple GUI software, C# .Net based, which allows to manage in-person card game tournaments with multiple players and tables.
Table of Contents
Simple GUI software, C# .Net based, which allows to manage in-person card game tournaments with multiple players and tables.
IMPORTANT NOTE: It's called 'Magic', because the original project was based on "Commander-style" type of tournament. This is a completely free and open-source project. All references (namings and images) to Magic: the Gathering® are property of © 1993-2023 Wizards of the Coast LLC, a subsidiary of Hasbro, Inc. All Rights Reserved.
- Automatic assignment of tables and players
- Automatic points assignment (TODO documentation)
- Save / Load tournament session, in .json format
Visual Studio 2022 - C# - Framework .NET 6.0
The project was created and build in Visual Studio 2022. Just open Magic TMS - Tournament Management System.csproj
file in Windows (Win 7 and above) and you're good to go.
TODO
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Simone Scaravati - simone.scaravati@gmail.com
Project Link: https://github.com/simoneScaravati/Magic-TMS-Tournament-Management-System