Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.