https://github.com/vvaldesc/py_minesweeper_recursive_game
Simple game and exercises using recursivity in python
https://github.com/vvaldesc/py_minesweeper_recursive_game
binary-search minesweeper-game python recursive-algorithm
Last synced: 3 months ago
JSON representation
Simple game and exercises using recursivity in python
- Host: GitHub
- URL: https://github.com/vvaldesc/py_minesweeper_recursive_game
- Owner: vvaldesc
- Created: 2024-10-11T16:10:21.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-12-14T23:01:40.000Z (6 months ago)
- Last Synced: 2025-01-18T06:29:31.576Z (5 months ago)
- Topics: binary-search, minesweeper-game, python, recursive-algorithm
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PY_MINESWEEPER_RECURSIVE_GAME
Simple game and exercises using recursivity in Python.
## Description
This repository contains a Python implementation of the classic Minesweeper game using recursive algorithms. It serves as both a fun project and an educational tool to practice and understand recursion in Python.
## Features
- Recursive handling of game logic
- Command-line interface for gameplay
- Easy to modify and extend## Installation
1. Clone the repository:
```sh
git clone https://github.com/vvaldesc/PY_MINESWEEPER_RECURSIVE_GAME.git
```
2. Navigate to the project directory:
```sh
cd PY_MINESWEEPER_RECURSIVE_GAME
```## Usage
To start the game, run the following command:
```sh
python minesweeper.py
```## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License.
## Contact
For any questions or suggestions, please open an issue or contact me at [your email].
---
![]()
![]()