Skip to content

World's first n-tuple elimination (triple elimination and up) tournament generator

Notifications You must be signed in to change notification settings

PeterNjeim/petourno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b15c347 · Aug 23, 2022

History

9 Commits
Jun 10, 2022
Jun 10, 2022
Jun 10, 2022
Jun 11, 2022
Jun 10, 2022
Jun 27, 2021
Jun 27, 2021
Jun 27, 2021
Jun 27, 2021
Jun 27, 2021
Jun 27, 2021
Jun 27, 2021
Jun 27, 2021
May 31, 2021
Aug 23, 2022
Jun 27, 2021
Jun 27, 2021
May 31, 2021
Jun 27, 2021

Repository files navigation

petourno

World's first n-tuple elimination (triple elimination and up) tournament generator. PWA designed for modularity.

Configuration

Modify the players and tuple of elimination in tournament/src/bin/main.rs. Start with a string of comma-separated players, then choose the tuple by editing the final number.

// Example (3 player quadruple elimination tournament)
elimination::new_elim("Alice, Bob, Charlie".split(",").map(|p| p.to_owned()).collect::<Vec<String>>(), 4);

Building

cargo run --bin main --release

Running Web Server

cargo install trunk
cd frontend
trunk serve --release

About

World's first n-tuple elimination (triple elimination and up) tournament generator

Topics

Resources

Stars

Watchers

Forks