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

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

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].

---