Developed a text-based 2D Minesweeper game in Python, featuring a 10x10 board with randomly placed mines
Implemented key game mechanics such as bomb placement, neighbor calculation, and user interactions, leveraging recursion for efficient gameplay
Built game functionality that operates directly in the terminal, providing a complete user experience without external dependencies