Skip to content

joeysbase/Simple-Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS5610-Final

File Structure

.
├── README.md
├── backend
│   ├── config.js
│   ├── controllers
│   │   ├── generator.js
│   │   ├── highscoreController.js
│   │   ├── solver.js
│   │   ├── sudokuController.js
│   │   └── validator.js
│   ├── models
│   │   ├── Game.js
│   │   └── Highscore.js
│   ├── package.json
│   ├── routes
│   │   ├── highscore.js
│   │   └── sudoku.js
│   ├── server.js
│   └── utils
│       └── generateName.js
└── frontend
    ├── App.jsx
    ├── index.css
    ├── index.html
    ├── index.jsx
    ├── package.json
    ├── public
    ├── src
    │   ├── api
    │   │   ├── highscoreAPI.js
    │   │   └── sudokuAPI.js
    │   ├── components
    │   │   ├── Cell.jsx
    │   │   ├── GameBoard.jsx
    │   │   ├── Navbar.jsx
    │   │   ├── NewResetBar.jsx
    │   │   └── Timer.jsx
    │   ├── pages
    │   │   ├── Game.jsx
    │   │   ├── Home.jsx
    │   │   ├── Rules.jsx
    │   │   ├── Scores.jsx
    │   │   └── Selection.jsx
    │   └── sudoku
    │       ├── SudokuContext.jsx
    │       ├── sudokuReducer.js
    │       └── validator.js
    └── vite.config.js

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors