Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.14.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
gameplay | ||
general | ||
graphic_components | ||
.gitignore | ||
LICENSE | ||
README.md | ||
main.py | ||
requirements.txt |
README.md
About
This is just a Sudoku program written in python using the PyQt5 library. It's supposed to be a learning experience about the graphics system of PyQt. The goal(?) is to make it as animated as possible.
Requirements
Requires Python 3
, PyQt5
, and Numpy
.
Use the requirements.txt to install the dependencies.
Running
Clone this repository and run the main
file, once the dependecies are installed.
In-Game Instruction
Mouse to select a cell. While a cell is selected, click on a number to fill the cell. X to cancel. Keyboard can also be used.
Holding M while inputting a number will scribble on the cell instead, which is useful for making notes.
Have fun!