Overview
A pack of server-authoritative minigames and skillchecks, triggered with a single await-able export.
A pack of server-authoritative minigames and skillchecks, triggered with a single await-able export.
see_minigames drops a set of polished React minigames in front of any action —
picking a lock, hacking a panel, cracking a stash, searching a body. You start a game with
one line of code and only unlock the action when the player wins. Every challenge is
generated and checked on the server, so the outcome can't be faked from the interface.
Connect each color to its match across two columns. A clean, classic hacking feel.
Spot and memorize the marked cells hidden in moving noise, then reproduce them.
Watch the flashing sequence and repeat it back, Simon-style.
Feel out the sweet spot by angle, with real cylinder audio as you get closer.
Each challenge is generated and validated on the server. The UI never decides the result — it just plays.
exports['see_minigames']:play('lockpick') returns true / false. Await it, then unlock your action.
Theme the whole pack with a single accent color to match your brand.
Easy / medium / hard per game, all tuned from one server config file.
The interface ships pre-built. Install it, set your color, call the export — there is nothing to compile.
First time? Follow Installation, then wire it into your scripts from the Exports page.