An open API service indexing awesome lists of open source software.

https://github.com/nisarldev/python_minesweeper_game_using_oop_freecodecamp

The Minesweeper in Python with OOP and TKinter GUI
https://github.com/nisarldev/python_minesweeper_game_using_oop_freecodecamp

minesweeper-game oops-in-python opp python3 tkinter-game

Last synced: about 1 year ago
JSON representation

The Minesweeper in Python with OOP and TKinter GUI

Awesome Lists containing this project

README

          

# Python_Minesweeper_Game_Using_OOP_FreeCodeCamp

## The first version of the programme

#### This programme is compatible with the principal Systems Operating supported with Python

Programming with Python on the version 3.11.3

Message Box compatible with all Systems Operating with PyMsgBox and Ctypes

Ctypes disabled by default for compatibility with the UNIX Systems Operating

Uncomment the line of Ctypes in the cell.py file for enable Ctypes on programme

### For installing the dependencies:

pip install tk
pip install PyMsgBox

### Bibliography:

1 - Video of project https://iv.melmac.space/watch?v=OqbGRZx4xUc

What's the simplest cross-platform way to pop up graphical dialogs in Python? - Stack Overflow
https://stackoverflow.com/questions/1635027/whats-the-simplest-cross-platform-way-to-pop-up-graphical-dialogs-in-python

PyMsgBox module in Python - GeeksforGeeks
https://www.geeksforgeeks.org/pymsgbox-module-in-python/

Using native Windows message boxes in pure python
https://gist.github.com/guineawheek/567500ff9a02be11b671

python - ctypes.windll.user32.SendMessageW does not work when messagebox is assigned to a variable - Stack Overflow
https://stackoverflow.com/questions/70766371/ctypes-windll-user32-sendmessagew-does-not-work-when-messagebox-is-assigned-to-a

ctypes — Una biblioteca de funciones foráneas para Python — documentación de Python - 3.10.11
https://docs.python.org/es/3.10/library/ctypes.html

ctypes — A foreign function library for Python — Python 3.11.3 documentation
https://docs.python.org/3/library/ctypes.html

Startpage Resultados de la búsqueda
https://www.startpage.com/sp/search

Que significa el // en Python? Operadores en Python
https://www.freecodecamp.org/espanol/news/que-significa-doble-barra-en-python/

Program to calculate sum of array in C
https://www.tutorialspoint.com/learn_c_by_examples/sum_of_array_in_c.htm

C program to find sum of array elements
https://www.log2base2.com/c-examples/array/sum-of-array-in-c.html

C Program: Find the sum of all elements of an array - w3resource
https://www.w3resource.com/c-programming-exercises/array/c-array-exercise-3.php