ref: d4e2dd4c6f49c9c0e45a29e7bacdfb37d01b3d93
parent: 622bc9129b7a0e80c97b4f4298a56b4d3f0bbf48
author: mkf <mkf@cloud9p.org>
date: Tue Jun 4 14:52:35 EDT 2024
engine: add Connect state, rename PEither to PRandom
--- a/engine.h
+++ b/engine.h
@@ -27,10 +27,11 @@
PTrapper = 0,
PGlenda,
- PEither,
+ PRandom,
/* game states */
- Init = 0, /* setting up the map */
+ Connect = 0,
+ Init, /* setting up the map */
Start,
Playing,
Won,