fixing winning condition of the game

This commit is contained in:
Bernardo Magri
2025-03-12 17:07:10 +00:00
parent 4ff86eb027
commit 2a1d45f998
4 changed files with 17 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
project('minesweeper', 'cpp',
version : '0.1',
default_options : ['warning_level=3'])
default_options : ['warning_level=3', 'cpp_std=c++20'])
gnome = import('gnome')