sawyerKent / sudoku-algorithmia

This program will randomly generate a sodoku puzzle for users to solve, and it provides keys to be pressed to automatically solve the puzzle.
0 stars 0 forks source link

Sudoku Algorithmia

A classic Sudoku game implemented in Python using Pygame. Challenge yourself with a game of logic and reasoning. The board is set up with a standard 9x9 grid and follows traditional Sudoku rules.

Features

Requirements

Installation

  1. Clone the repository:
    git clone https://github.com/sawyerKent/sudoku-algorithmia.git
  2. Navigate to the cloned directory:
    cd sudoku
  3. Run the main.py file:
    python main.py

How to Play

Contributing

Feel free to contribute to this project by submitting issues, pull requests, or suggesting new features.

Contact

Sawyer Kent - sawyer.kent@outlook.com

Project Link: https://github.com/sawyerKent/sudoku-algorithmia