https://github.com/irzinfante/tkd-scoreboard
Scoreboard program for taekwondo competition
https://github.com/irzinfante/tkd-scoreboard
competition kyorugi scoreboard sport taekwondo tkd
Last synced: 6 months ago
JSON representation
Scoreboard program for taekwondo competition
- Host: GitHub
- URL: https://github.com/irzinfante/tkd-scoreboard
- Owner: irzinfante
- License: gpl-3.0
- Created: 2022-12-03T14:38:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-02T19:30:50.000Z (about 1 year ago)
- Last Synced: 2025-03-22T01:24:40.819Z (7 months ago)
- Topics: competition, kyorugi, scoreboard, sport, taekwondo, tkd
- Language: Rust
- Homepage:
- Size: 1.64 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tkd-scoreboard
[](https://releases.rs/docs/1.73.0/)
[](https://crates.io/crates/fltk)
[](https://crates.io/crates/chrono)
[](https://crates.io/crates/directories)
[](https://crates.io/crates/cacache)This project aims to provide a simple taekwondo scoreboard program for the best of 3 rounds kyorugi contest system, with the World Taekwondo competition rules in force as of the 1st of September of 2022.
Executables for Windows and GNU/Linux systems can be downloaded from the [releases section of this repository](https://github.com/irzinfante/tkd-scoreboard/releases).
## Linux desktop entry
To add this program as an app to be launched from apps menu in create the file `tkd-scoreboard.desktop` in `~/.local/share/applications` with the following content:
```
[Desktop Entry]
Type=Application
Name=TKD Scoreboard
Comment=Scoreboard program for taekwondo competition
Icon=tkd-scoreboard
Exec=tkd-scoreboard
Terminal=false
Categories=Game;Utility;
```Put the Unix-like binary from releases downloads in `~/.local/bin` (remember to modify its permissions to allow execution) and the [icon file](assets/tkd-scoreboard.svg) in `~/.icons` to make them available for the desktop entry file.
## Lifecycle flowchart

## Screenshots
|  |
|:--:|
| *Before each contest, contest settings can be configured. Data from already finalized contest can be exported and deleted..* ||  |
|:--:|
| *Different stages of the contest from start to the end of the match.* ||  |
|:--:|
| *Same as previous but from the screen view.* |## License
Copyright (C) 2022-2024 Iker Ruiz de Infante Gonzalez iker@irzinfante.dev
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see .
[LICENSE](LICENSE) contains a copy of the full GPLv3 licensing conditions.