wm: glendy

Download patch

ref: 30b8cab042cde9e3d06cf8a286b85a746772aa6a
parent: c53468b58131b4c52da5b1a56c289aafc7175bff
author: mkf <mkf@cloud9p.org>
date: Wed Jun 5 07:38:33 EDT 2024

bump the difficulity

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