Tournament alternatives and similar packages
Based on the "Game" category.
Alternatively, view Tournament alternatives based on common mentions on social networks and blogs.
-
LambdaHack
Haskell game engine library for roguelike dungeon crawlers; please offer feedback, e.g., after trying out the sample game with the web frontend at -
haskanoid
A free and open source breakout clone in Haskell using SDL and FRP, with Wiimote and Kinect support. -
Allure
Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at -
gloss-game
A convenience wrapper around the Gloss library to make writing games in Haskell even easier -
Ninjas
Haskell game where multiple players attempt to blend in with computer controlled characters while being first to visit the key locations on the board. -
Liquorice
Haskell embedded domain-specific language (eDSL) for the algorithmic construction of maps for the computer game "Doom" -
battleship
Battleship... Pure.. Functional... Haskell + MongoDB + TypeScript + React... https://battleship-fp.com/
InfluxDB high-performance time series database

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Tournament or a related project?
README
Tournament.hs 
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 styleDuel
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.