Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

TonimatasDEV-Storage/SudokuCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuCLI

SudokuCLI is a basic terminal program to resolve and play Sudokus.

How it works?

  1. Clone the repository
  2. Execute go build to compile the program.
  3. Run the program.

Actions

When you run the program, you can execute certain actions (commands). These are:

 - help             Help menu. Like that.
 - generate         Generates a new random Sudoku and select it.
 - play             Play the current selected sudoku.
 - resolve          Resolve the current selected sudoku.
 - export           Export the sudoku with the program format.
 - import <sudoku>  Import a sudoku. Format: firstRow,secondRow,thirdRow,...
 - exit             Exit the program.

About

SudokuCLI is a basic sudoku terminal game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages