Skip to content

irzinfante/tkd-scoreboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tkd-scoreboard

rust fltk-rs fltk-rs fltk-rs fltk-rs

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.

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 in ~/.icons to make them available for the desktop entry file.

Lifecycle flowchart

lifecycle.png

Screenshots

new-execution.png
Before each contest, contest settings can be configured. Data from already finalized contest can be exported and deleted..
display_CallContestants.pngdisplay_Round.png
display_Timeout.pngdisplay_MedicalTimeout.png
display_KeumanCondition.pngdisplay_EndContest.png
display_RestFirstPart.pngdisplay_RestSecondPart.png
display_SuperiorityDecision.pngdisplay_ContestWinner.png
Different stages of the contest from start to the end of the match.
screen_CallContestants.pngscreen_Round.png
screen_Timeout.pngscreen_MedicalTimeout.png
screen_KeumanCondition.pngscreen_EndContest.png
screen_RestFirstPart.pngscreen_RestSecondPart.png
screen_SuperiorityDecision.pngscreen_ContestWinner.png
Same as previous but from the screen view.

License

Copyright (C) 2022-2023 Iker Ruiz de Infante Gonzalez iker@irzinfante.eu

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 https://www.gnu.org/licenses/.

LICENSE contains a copy of the full GPLv3 licensing conditions.