Set to standard 'beginner' configuration

This commit is contained in:
Camden Dixie O'Brien 2025-03-06 22:40:03 +00:00
parent 7f2a9b79ae
commit 001b52d714

4
puzz.h
View File

@ -6,8 +6,8 @@
#ifndef PUZZ_H #ifndef PUZZ_H
#define PUZZ_H #define PUZZ_H
#define WIDTH 10 #define WIDTH 9
#define HEIGHT 10 #define HEIGHT 9
#define NMINES 10 #define NMINES 10
#include <stdint.h> #include <stdint.h>