Pitan Boardgame
Svea Rike
Lead a Swedish clan, spread your might and political influence over medieval Sweden, and forge the realm of the Svear. Deckbuilding meets worker placement — played in your terminal.
Install
On Fedora (or any dnf-based distro) on x86_64, run:
curl -fsSL https://swea.pitan.net/install.sh | bash
Then start a game:
swea --seed 42
Want to read it before running it? View install.sh. It asks for sudo to add the package repository and install the package.
What the script does
- Downloads the package signing key and checks its fingerprint:
C35D 14AD A0D5 13C8 234B 29B7 CB48 5D14 E185 D4F8 - Imports the key with
rpm --import. - Adds the
gitea-klasrepository to/etc/yum.repos.d/. - Installs
sweawith dnf, or upgrades it if it's already there.
The package is a self-contained binary at /usr/bin/swea. It doesn't need a .NET runtime.
Update and uninstall
sudo dnf upgrade swea
sudo dnf remove swea
Re-running the install script also upgrades to the latest build. To remove
the repository too, delete /etc/yum.repos.d/gitea-klas.repo.