Decided to release on of my hacking minigames. It’s a simple script written in Vue.js (using cdn no npm/yarn needed). Resource displays multiple icons and shuffles the colors, to progress you’ll need to remember the colors of the icons in the state they were shuffled in last.
-- returns boolean
local success = exports['howdy-hackminigame']:Begin(3, 5000)
--Begin(icons, time)
--icons - how many icons will be displayed for the user to complete.
--time - how much time the user has to input the correct color per icon.
Currently having an issue where it says Uncaught ReferenceError: Vue is not defined(@Howdy-hackminigame/build/main.js:10) just want to know if there’s a fix or not