Giter Site home page Giter Site logo

sudoku's Introduction

Sudoku

Sudoku是一个基于Vue2Go的数独游戏,可以自动生成数独题目,支持多种难度的数独题目。

Project Background

jason哥最近迷上了九宫格数独,所谓九宫格数独是把一个9x9的网格从左到右从上到下依次划分出9个3x3的子网格,每个3x3的子网格称为一宫,共划分成9宫。而9宫数独是在网格的格子上填上1到9的数字,要求每一行每一列和每一宫都刚好填上1到9的数字不重复不遗漏.对于聪明的jason哥来说,只做一个九宫格数独实在是太简单了,她可以同时完成9个九宫格的数独求解,但每次玩数独游戏时,每一个九宫格数独都是串行生成的,暴躁的jason哥不愿意等待串行生成的时间,于是需要你并发生成9个九宫格数独,注意本次作业只需要并发生成9个数独,而不是求解,但注意所生成数独的可解性,具体的求解交给聪明的jason哥就可以啦。

Quick Start

前端 sudoku文件

npm install
npm run serve

或者

npm install yarn  // 如果没有yarn
yarn
yarn serve

Project Structure

Overall

├─.gitattributes
├─README.md
├─sudoku_golang     // go
├─sudoku            // frontend
└─.git

Sudoku_frontend

├─sudoku
|   ├─.browserslistrc
|   ├─.gitignore
|   ├─.postcssrc.js
|   ├─babel.config.js
|   ├─jsconfig.json
|   ├─package-lock.json
|   ├─package.json
|   ├─README.md
|   ├─vue.config.js
|   ├─yarn.lock
|   ├─src
|   |  ├─App.vue
|   |  ├─main.js
|   |  ├─views
|   |  ├─utils
|   |  ├─router
|   |  ├─helper
|   |  ├─assets
|   |  ├─api
|   ├─public
└─.git

Sudoku_golang

├─suduku_golang
|   ├─handle
|   ├─interface
|   ├─router
|   ├─service
|   ├─test
|   ├─utils
|   ├─src
|   ├─go.mod
|   ├─go.sum
|   ├─sudo.go
|   ├─sudo
└─.git

sudoku's People

Contributors

xiaoyangii avatar 48zzc avatar

Stargazers

 avatar  avatar

Watchers

 avatar

sudoku's Issues

how

界面怎么样

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.