In this repository, I have uploaded sample Python projects I have worked on:
-
"Guessing Number" Game: A simple game where the player guesses a number.
-
Sudoku Puzzle Solver: A solver for Sudoku puzzles using Constraint Satisfaction Problems (CSP), employing binary constraints and arc consistency.