A Kotlin-based console implementation of the classic Sudoku puzzle. The game generates random boards and provides a minimalist interface for solving puzzles.
- Random board generation with varying difficulty levels
- Simple console-based interface
- Command hints and help system
- Input format validation
- Clone the repository:
git clone https://github.com/mmiheev/sudoku-cli.git
cd sudoku-cli- Build the project using Gradle:
./gradlew build- Run the game:
./gradlew runI welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature-name) - Commit your changes (
git commit -m 'Add some new feature') - Push to the branch (
git push origin feature-name) - Open a Pull Request
If you encounter any issues or have questions:
- Create an Issue in the repository
- Check existing Issues before creating a new one
- Provide detailed description of the problem
