Simple project to play with convolution mask.
The idea is to use a convolution mask to count the number of neighbors which have a bomb.
git clone [email protected]:Benoitdw/Bomberman.git;
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py