Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 1.35 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.35 KB

Notice

This is a clone of an existing repository hosted on CodePlex.

https://tournaments.codeplex.com/

The original CodePlex repository was listed as having the MIT License, hence the additional LICENSE file in the root of the repository, which should mirror the contents of the License Page for the source repository.

When pushing the existing commit history to GitHub, the commits were associated with @otac0n, whose username matches the one used on the source repository. I checked to see if the repository had already been moved from CodePlex to Github, but I didn't find anything.

This project contains the code that was used to run the Stack Overflow Battleship Competition.

Project Description

A .NET API, written in C#, for the generation and visualization of tournaments. Also provides an easy-to-serialize "pairing" data structure for saving tournaments to a database or XML.

TournamentApi is made for the purpose of running all sorts of tournaments and serializing them to a database. Originally developed for the LAN Lordz LAN party.

Includes a plug-in infrastructure for easily adding tournament types.