Skip to content

Stone5656/Nuxt3Bootstrap5AppDemo

 
 

Repository files navigation

目標

100x100の数独(100x100は物理的に難しそう)

今すぐに達成すべき課題

難易度別の数独を作成する UIをユーザーが使いやすいように変更する

今後解決すべき課題

25x25ですら重いことが分かったので、もっとアルゴリズムを最適化したい。 クリア条件の実装をしたい。(済) お問い合わせフォームの作成-discordサーバーでの管理 アルゴリズムを配列操作に変更 key,value,hashの設定、探索を最適化、可能であれば表データにして計算の最適化を図る

注意

style.cssを消すとエラーを吐きます(原因不明)

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies: Yarn 利用でエラーが発生するのでNPMに変更

# npm
npm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

Deploy

https://github.com/lucpotage/nuxt-github-pages

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 53.5%
  • Vue 41.0%
  • TypeScript 5.5%