Suguru library.
Project description
Suguru
Suguru is a Sudoku-like game. The player has to fill a board's cells with numbers, following the following restrictions:
- The cells of each group must be filled with the numbers 1...(group size) - one of each.
- Neighboring cells cannot contain the same number. Diagonally adjacent cells are considered neighbors.
The board dimentions is usually 7-by-7, and max group size is usually 5.
It is similar to Nonomino.
Playing with pygame
pip install suguru[pygame]
suguru
Development
- Download source
- Install development dependencies:
flit install -s --deps develop - Format code:
black . - Run tests:
pytest - Bump version in
src/suguru/__init__.py - Build package:
flit build - Deploy:
flit publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
suguru-0.0.1.tar.gz
(7.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file suguru-0.0.1.tar.gz.
File metadata
- Download URL: suguru-0.0.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22d10be0b10f83da1a6199b4158f4b6a4fbc14b8ae4f8fed20823c74e9cf88d5
|
|
| MD5 |
23339d37034c76450099f2dd0913d7cd
|
|
| BLAKE2b-256 |
016d8c8e244cdf5d98d801e486e7bb98db2e55e9ac0c4ad2f9467b5d0a378d38
|
File details
Details for the file suguru-0.0.1-py3-none-any.whl.
File metadata
- Download URL: suguru-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bcd527b8c802d5ae9340ecd152871693cdc2462c595a95fa1fca01551c8bc9e
|
|
| MD5 |
cf1ab783106cf52d65e3793579155023
|
|
| BLAKE2b-256 |
32f4787869d49cfaa3595f6f44b76caf12fcc000cf2d5fc1b90aa1ee52638a67
|