wm: glendy

Download patch

ref: 97bdccaf59f7f9844294987b8d07c2ee3488d47c
parent: f3f7c15067fcc8db0b673df47a9bc7caccaad525
author: mkf <mkf@cloud9p.org>
date: Fri Jun 7 11:21:41 EDT 2024

engine: let's make the game more serious

--- a/engine.c
+++ b/engine.c
@@ -4,7 +4,7 @@
 #include "engine.h"
 #include "netclient.h"
 
-int difficulty = DMed;
+int difficulty = DHard;
 int state;
 int turn = 0;
 int ptype[2] = {Human, Computer};