# highscore **Repository Path**: mirrors_chromium_gitlab_gnome/highscore ## Basic Information - **Project Name**: highscore - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Highscore This is a rewrite of Highscore, formerly gnome-games. See the `pre-rewrite` branch for the old codebase. # Installing Highscore is still in development and doesn't have a release on Flathub. It's also not in the GNOME Nightly remote, because only core and Circle apps are allowed to be there. Instead, it can be installed from CI Flatpak builds, using the following scripts in the `tools` directory: - [`install-nightly.sh`](tools/install-nightly.sh) - download CI artifacts, create a `highscore-nightly` remote and install from it. - [`update-nightly.sh`](tools/update-nightly.sh) - download updated CI artifacts and run `flatpak update` - [`remove-nightly.sh`](tools/remove-nightly.sh) - delete the app and the remote CI builds requires nightly GNOME platform. As such, the `gnome-nightly` remote must be present. If it's not, follow instructions at https://nightly.gnome.org/ All of the scripts can take `--user` or `--system` (or `-u` or `-s`) parameters and pass them to `flatpak`. For example, to install the app as system, run: ```bash flatpak remote-add --if-not-exists gnome-nightly https://nightly.gnome.org/gnome-nightly.flatpakrepo git clone https://gitlab.gnome.org/World/highscore.git cd highscore/tools ./install-nightly.sh --system ``` To update it, run: ```bash cd highscore/tools ./update-nightly.sh --system ``` Note: the scripts only work on x86_64 and aarch64 machines, and require `curl` to be installed. ## Code of Conduct When interacting with the project, the [GNOME Code of Conduct](https://conduct.gnome.org/) applies.