## About the Game (Early Alpha) ``` You wake beneath a quiet pixel sky—no prophecy to follow, no quest log to obey—just wind over grass, rain that sometimes drifts in, birds crossing the horizon, and a compass that remembers where you began. This is Woodlanders in its earliest form: an open, living sandbox still knitting itself together night by night. ``` ### What Doesn’t Exist Yet ```
Instead: a procedural world, emerging systems, trees that fall and return, hunger that presses forward, bamboo that begins as a promise and grows if you give it time.
> Every mechanic you touch is a foundation stone. Every small imperfection is an invitation. ``` ### How Builds Work ```
``` ### What to Expect ``` | Don’t Expect | Do Expect | |------------------|------------| | Polish | Potential | | Finished loops | Change | | Full narrative | Emergence | | Packed world | Quiet moments |
Moments where the world feels sparse—and others where sudden rain or a line of birds makes it feel briefly alive. That contrast is the frontier. ``` ### Your Impact ``` If you explore, plant, test, nudge the edges, and tell us what you felt—you help shape what comes next:
Woodlanders isn’t finished — it’s becoming.
> Join early. Wander freely. Grow it with us.
Tagline: Woodlanders — not a story yet, just the dawn before one.
> 🐦 Optional share: “I’m playing Woodlanders in its alpha dawn—no story yet, just systems waking up. Exploring while it learns to become a world.”
> 💬 Status: Earliest Alpha Phase
> 🔁 Updates: Daily / Evening incremental builds
> 📥 Installer: Single download – auto-update enabled
> 🗺️ Story Mode: Not yet implemented
> 🧪 Your Role: Explorer, tester, trail maker
Woodlanders Launcher is a JavaFX desktop app for the [Woodlanders](https://gcclinux.github.io/Woodlanders/) game. It automatically checks for updates, downloads the latest client from GitHub releases, caches it locally, and launches the game with a single click. ``` ## Features ```
${HOME}/.config/woodlanders/```
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On Arch Linux, snap can be installed from the Arch User Repository (AUR). The manual build process is the Arch-supported install method for AUR packages, and you’ll need the prerequisites installed before you can install any AUR package. You can then install snap with the following:
git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
If AppArmor is enabled in your system, enable the service which loads AppArmor profiles for snaps:
sudo systemctl enable --now snapd.apparmor.service
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
To install woodlanders-launcher, simply use the following command:
sudo snap install woodlanders-launcher
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.