Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schefflera-arboricola/sudoku
(A personal project) Engineered a Sudoku puzzles game utilizing Streamlit, featuring a solver and a generator based on the backtracking algorithms. Hosted on Streamlit Cloud, providing an engaging puzzle-solving experience.
https://github.com/schefflera-arboricola/sudoku
hacktoberfest streamlit-webapp sudoku sudoku-generator sudoku-solver
Last synced: about 1 month ago
JSON representation
(A personal project) Engineered a Sudoku puzzles game utilizing Streamlit, featuring a solver and a generator based on the backtracking algorithms. Hosted on Streamlit Cloud, providing an engaging puzzle-solving experience.
- Host: GitHub
- URL: https://github.com/schefflera-arboricola/sudoku
- Owner: Schefflera-Arboricola
- License: cc0-1.0
- Created: 2023-09-05T16:55:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T15:07:36.000Z (about 1 year ago)
- Last Synced: 2024-10-14T17:05:55.271Z (3 months ago)
- Topics: hacktoberfest, streamlit-webapp, sudoku, sudoku-generator, sudoku-solver
- Language: Python
- Homepage: https://sudoku-ega2fxzthjvtnhv4wprvqn.streamlit.app/
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## [Play Sudoku](https://sudoku-ega2fxzthjvtnhv4wprvqn.streamlit.app/)
### Run locally :
1. `git clone https://github.com/Schefflera-Arboricola/Sudoku.git`
2. `cd Sudoku`
3. `pip install -r requirements.txt`
4. `streamlit run app.py`Feel free to create issues and PRs.