From be547a2dba10292fb3191bc5fec42212d2391660 Mon Sep 17 00:00:00 2001 From: rodri Date: Wed, 30 Aug 2023 22:07:50 +0000 Subject: forbid placing ships after being done with the layout. show the current ship and its length during placement. also made changes to some of the info banners. --- btsd.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'btsd.c') diff --git a/btsd.c b/btsd.c index 92346b2..6e4ac5e 100644 --- a/btsd.c +++ b/btsd.c @@ -252,6 +252,10 @@ matchmaker(void *) threadsetname("matchmaker"); for(;;){ + /* + * TODO make fairer matches + * locking playerq while checking nplayers and popping the couple. + */ if(playerq.nplayers < 2){ sleep(100); continue; -- cgit v1.2.3