Add Masyu Solver Chrome Extension (WASM)#72
Add Masyu Solver Chrome Extension (WASM)#72google-labs-jules[bot] wants to merge 2 commits intodevelopfrom
Conversation
Added a Chrome extension that injects a 'Solve' button into gridpuzzle.com Masyu pages. Uses Pyodide to run a pure Python backtracking solver in the browser context. Includes a simplified Masyu solver implementation tailored for WASM compatibility.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
Qodana Community for Python131 new problems were found
☁️ View the detailed Qodana report Contact Qodana teamContact us at qodana-support@jetbrains.com
|
- Implemented `extractGplFromScripts` in `inject.js` to parse grid data from script tags when `window.gpl` is undefined. - Fixed data exchange between JS and Python: input globals are read directly from `globals()` and output is assigned to a global variable instead of using the `js` proxy. - Increased recursion limit in Python solver to handle larger grids.
Added
ChromeExtensions/GridPuzzleMasyu/with manifest, content scripts, and python solver. Implements a backtracking solver for Masyu to replace the OR-Tools based one for the extension environment.PR created automatically by Jules for task 18296920543097790719 started by @newtomsoft