wm: glendy

Download patch

ref: 4700e18aeacd08e6c4eeabc5be695f1d6f9f1fbb
parent: 7adbe130298503afd9f2ea86a2a9c691a73eb5c1
author: mkf <mkf@cloud9p.org>
date: Tue May 7 08:06:01 EDT 2024

todo: update todo

--- a/doc/todo
+++ b/doc/todo
@@ -53,12 +53,12 @@
 	- show turn, player somewhere
 
 cli client:
-	- single player 
+	- single player X
 	- multiplayer X (somewhat)
 	- net
 	- zig-zag effect X
 	- fix bugs
-		- SE sometimes goes to east?? X (it's ok, engine does it, client should do zig-zag correctly)
+		- SE sometimes goes to east?? X (fixed with zig-zag effects)
 		- make map feel hex X (somewhat)
 			- see if there are any better ways to do so
 	- compile and test? in plan 9 X
@@ -70,7 +70,7 @@
 	- quit X
 
 SDL client:
-	- write one. [URGENT]
+	- write one.
 	- makefile
 	- compile and test? in plan 9
 	- compile and test in linux
@@ -88,8 +88,8 @@
 
 unix server:
 	- have a barebones version X
-	- allow multiplayers (4+) to play in the same time
+	- allow multiplayers (2+) to play in the same time
 	- lock values
-	- don't crash once one disconnections
-	- pick a port
+	- don't crash once one disconnections X
+	- pick a port X (it's 1768)
 	- multithreaded