https://github.com/cloudmercato/sudoku-game
Sudoku Game logic iin Python
https://github.com/cloudmercato/sudoku-game
Last synced: 8 months ago
JSON representation
Sudoku Game logic iin Python
- Host: GitHub
- URL: https://github.com/cloudmercato/sudoku-game
- Owner: cloudmercato
- Created: 2022-01-19T02:29:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T22:55:03.000Z (over 4 years ago)
- Last Synced: 2025-03-16T03:13:47.822Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Python Sudoku game
==================
This yet another version of a Python Sudoku Game playable in console
Why another Sudoku ?
--------------------
The main purpose of this repository is to provide the basements for Sudoku solver.
It has built on top of numpy and mainly designed to be used in:
- `Sudoku Machine Learning `_
- `Sudoku Machine Learning Benchmark `_
Install
-------
::
pip install https://github.com/cloudmercato/sudoku-game/archive/refs/heads/master.zip