romanpiller/hlavolamy
Composer 安装命令:
composer create-project romanpiller/hlavolamy
包简介
Puzzle solving console.
README 文档
README
A CLI console application built on Symfony/Console with a DI container.
Features
- Static Analysis: PHPStan
- Unit Testing: Nette Tester
- Coding Standards: PHP CodeSniffer
Usage
The application provides commands to solve various puzzles.
Sudoku Solver
To solve a Sudoku puzzle, use the sudoku:solve command.
Example usage:
/bin/console sudoku:solve sudoku.txt temp/ -o true sudoku.html temp/
Parameters:
puzzleFile: Name of the file containing the Sudoku puzzle (e.g.,sudoku.txt).puzzlePath: Directory path where the puzzle file is located (e.g.,temp/).--displayOutputor-o true: (Optional) Output the result to standard output.solutionFile: (Optional) Name of the HTML file to save the solution.solutionPath: (Optional) Directory path where the solution file will be saved.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-05