100x100の数独(100x100は物理的に難しそう)
難易度別の数独を作成する UIをユーザーが使いやすいように変更する
25x25ですら重いことが分かったので、もっとアルゴリズムを最適化したい。 クリア条件の実装をしたい。(済) お問い合わせフォームの作成-discordサーバーでの管理 アルゴリズムを配列操作に変更 key,value,hashの設定、探索を最適化、可能であれば表データにして計算の最適化を図る
style.cssを消すとエラーを吐きます(原因不明)
Look at the nuxt 3 documentation to learn more.
Make sure to install the dependencies: Yarn 利用でエラーが発生するのでNPMに変更
# npm
npm install
Start the development server on http://localhost:3000
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.