Enable playable links for a Threadbare fork #1123
Stregoica777
announced in
Intro & Outro
Replies: 1 comment 2 replies
-
@Stregoica777 This doesn't work because
I would instead just use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What does this guide show?
This guide explains how to turn on playable web links for your forked Threadbare game in GitHub. Once enabled, these links let you and your team instantly play, share, and test your game right from a browser
Note: this guide works only if you forked the Threadbare repo, which includes the functionality to create, in a really fast way, a playable link.
Steps
1. Enable GitHub Actions
This activates GitHub Actions for your repository so workflows can run.
2. Check Your Pages Settings
This tells GitHub Actions to build and host your game on the web whenever your workflow runs.
3. Run the Build Workflow
To confirm it’s working:
4. Make Sure the Playable Link Points to Your Fork
This ensures your playable link points to your forked version of the game instead of the original upstream project.
5. Generating Automatic Playable Links for Branches
Once playable links are enabled, every time you push changes to a new branch and create a pull request, GitHub automatically generates a playable web link for that branch. You’ll see the link appear directly in the pull-request view.
Note: These links only show updates that are visible in gameplay, like new art, dialogue or scene edits.
Technical or backend changes may not appear when you play.
6. Getting Playable Links to Specific Scenes
If your change happens later in the game:
This lets teammates go directly to the scene you updated without replaying the entire game.
7. Updating the Main Branch Link After Merging
When a pull request is merged into your main branch, GitHub automatically rebuilds the playable web link for the main branch.
This means the playable link on your repository’s homepage will always show the latest version of your game.
Video
Beta Was this translation helpful? Give feedback.
All reactions