Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

suguru-0.0.1-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page