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 Connect dots game is a multi-player puzzle game made in python. The objective of this game is to connect four dots and win.
Introduction Sudoku solver is a command line python project. Sudoku solver solves the Sudoku puzzle using backtracking and prints the solution.
Introduction Python stopwatch is a tkinter based project. Python stopwatch project uses tkinter python library that provides graphical user interface. It is easy to use and implement.
Introduction The ultimate T-Rex game project is a python game-based project. This project is coded in python programming language. It is easy to use and implement.
Introduction What is a canvas? A canvas is a rectangular area for creating drawings and other complex layouts. You can create geometric shapes or insert images.
Random shape program is a python turtle library-based project. The program automatically creates random shape on the screen.
Introduction Map marker is a python turtle-based project. Map marker project marks the country name on the map. It is easy to use and implement.
Introduction Unit converter program is a python Tkinter based project. It generally converts one type of unit to another unit. Such as m to km, cm to m, …etc.
Introduction Quiz game is a python based programing project. Quiz game is based on answering the asked question and gaining a high score.