Minesweeper game in python
Introduction Minesweeper is a single player puzzle game made in python. The objective of the game is to clear the board without exploding any of the hidden bombs.
Introduction Minesweeper is a single player puzzle game made in python. The objective of the game is to clear the board without exploding any of the hidden bombs.
Introduction Sudoku solver is a command line python project. Sudoku solver solves the Sudoku puzzle using backtracking and prints the solution.