Popularity
4.0
Declining
Activity
0.0
Stable
6
3
1

Monthly Downloads: 4
Programming language: Haskell
License: MIT License
Tags: Game    
Latest version: v0.1.0

Tournament alternatives and similar packages

Based on the "Game" category.
Alternatively, view Tournament alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Tournament or a related project?

Add another 'Game' Package

README

Tournament.hs Build Status

Tournament is a pure library for generating tournanaments and handling match scoring and propagation of winners/losers internally. It is currently under development, but a preliminary version is available on hackage.

Features

  • Double | Single elimination style Duel tournaments
  • Intelligent FFA elimination tournament for experimental setups
  • Round robin scheduling
  • Group creation
  • Encapsulated scoring system.

Installation

Install the Haskell platform, then

$ cabal-dev update && cabal-dev install tournament

Running tests

Install development dependencies. Note on older versions of cabal: you may have to install the Test-Suite dependencies manually with cabal-dev install depName.

$ cabal-dev update && cabal-dev install --enable-tests

Run the tests

$ cabal-dev configure --enable-tests && cabal-dev build && cabal-dev test

License

MIT-Licensed. See LICENSE file for details.


*Note that all licence references and agreements mentioned in the Tournament README section above are relevant to that project's source code only.