Skip to content

Playground for CLI utilities and logic / combinatorics algorithms development

License

Notifications You must be signed in to change notification settings

FooBarShebang/sudoku_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku_py

Playground for CLI utilities and logic / combinatorics algorithms development

Goal

This project aims for creation of a Sudoku game client, thus it can be played by a human user, as well as of the puzzle generator and solver. Not only the classic 3 x 3 puzzles are concerned, but the generic m x n fields.

The interaction with the user is planned to be implemented with CLI (console) as well as with GUI using various frameworks.

Package Structure

  • core
  • ui
    • cli
  • sudoku_py_cli.py

Sub-Package ui

  • cli
    • basic_ui_elements.py
    • terminal_size.py
    • terminal_utils.py
    • user_menus.py

About

Playground for CLI utilities and logic / combinatorics algorithms development

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages