gitwtfhub

wtf is gothic-remake-lockbreaker?

kamilcieslik/gothic-remake-lockbreaker — explained in plain English

Analysis updated 2026-05-18

14HTMLAudience · generalComplexity · 1/5Setup · easy

TL;DR

A browser-based solver that calculates the optimal plate sequence to unlock doors in Gothic Remake, with no installation needed and a shareable URL for each lock configuration.

Mindmap

mindmap
  root((lockbreaker))
    What it does
      Solve lock puzzles
      Gothic Remake game
      Browser based
    Inputs
      Number of plates
      Starting positions
      Plate interactions
    Solve modes
      Minimize switches
      Minimize total moves
    Sharing
      Shareable URLs
      Copy link to friend
    No setup needed
      No install
      No account

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Enter a lock's plate count and starting positions to get a step-by-step solution for a Gothic Remake puzzle.

REASON 2

Share a lock configuration URL with a friend who is stuck on the same door or container.

What's in the stack?

HTMLJavaScript

How it stacks up

kamilcieslik/gothic-remake-lockbreaker1tdspw-26/front-aula-08-1sem1tdspy-26/front-1sem-aula-03
Stars141414
LanguageHTMLHTMLHTML
Setup difficultyeasyeasyeasy
Complexity1/51/51/5
Audiencegeneralgeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min
License not specified in the explanation.

Wtf does this do

Gothic Remake Lockpick Solver is a small browser-based tool that helps players solve the lockpicking puzzles in Gothic Remake, a 2025 PC game that reimagines the 2001 classic Gothic. The lockpicking system in that game requires players to manipulate a set of plates in a specific sequence to unlock doors and containers, and working out the optimal sequence can be tedious without a reference. The tool runs entirely in a web browser with no installation. A player inputs the number of plates in the lock (from one to seven), sets the starting positions of each plate, and describes which plates affect which others when moved. The solver then calculates a solution. There are two modes: one that minimizes the number of times you have to switch which plate you are working on (easier to execute in the game), and one that minimizes the total number of moves regardless of switching. Each mode targets a different kind of difficulty. The tool supports shareable URLs, which means once a player has set up a particular lock configuration, they can copy a link and share it with others who are stuck on the same puzzle. No account or registration is needed. The project is fan-made and states clearly in the README that it has no affiliation with Alkimia Interactive or THQ Nordic, the studio and publisher behind the game. The repository is primarily HTML and is deployed at an external website. The README is brief and focused on how to use the app rather than on the code behind it.

Yoink these prompts

Prompt 1
I am building a browser puzzle-solver similar to gothic-remake-lockbreaker. Show me how to implement a solver in JavaScript that takes a set of plate positions and interdependencies and outputs the fewest-moves sequence.
Prompt 2
How would I add a shareable URL feature to a web app where the current puzzle state is encoded in query parameters and decoded on page load?

Frequently asked questions

wtf is gothic-remake-lockbreaker?

A browser-based solver that calculates the optimal plate sequence to unlock doors in Gothic Remake, with no installation needed and a shareable URL for each lock configuration.

What language is gothic-remake-lockbreaker written in?

Mainly HTML. The stack also includes HTML, JavaScript.

What license does gothic-remake-lockbreaker use?

License not specified in the explanation.

How hard is gothic-remake-lockbreaker to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is gothic-remake-lockbreaker for?

Mainly general.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.