#score #board-game #player #card #tracking #timer #tracker

app score-tracker

Score Tracker is an application for tracking player scores in card and board games

2 stable releases

1.0.1 Oct 16, 2023
1.0.0 Oct 15, 2023

#10 in #board-game

Download history 6/week @ 2024-02-18 20/week @ 2024-02-25 113/week @ 2024-03-10 4/week @ 2024-03-17 22/week @ 2024-03-31

139 downloads per month

MIT license

68KB
1.5K SLoC

Score Tracker

Score Tracker

Score Tracker is an application for tracking player scores in card and board games. It also contains additional functionality such as timer for measuring players turn times.

Features

  • track player scores in card and board games (or any other turn based games)
  • unlimited number of players and turns
  • adaptive - can be used on desktop and mobile devices
  • timer for measuring players turn time

Screenshot

Installation

Requirements

If you use Flatpak you may skip this section.

Ubuntu/Debian

sudo apt install libgtk-4-dev libadwaita-1-dev

Fedora/CentOS

sudo dnf install gtk4-devel glib2-devel libadwaita-devel

Alpine Linux

sudo apk add gtk4.0-dev gcc libadwaita-dev

Flatpak

Flatpak is the recommended install method. In order to install Score Tracker using Flatpak run:

flatpak install flathub io.github.weclaw1.ScoreTracker

Precompiled binaries

Ready-to-go executables can be found on the releases page.

Cargo

To install Score Tracker using cargo run the following command:

cargo install score-tracker

Dependencies

~28–38MB
~639K SLoC