Current events

From David's Notebook
Revision as of 20:04, 24 August 2022 by Bert (talk | contribs) (→‎2022)
Jump to navigationJump to search

Weekly Games

2022

24 Aug
No Andy (Florida)
31 Aug
No Andy (Florida)
07 Sep
No game (DM on holiday)
14 Sep
21 Sep
No Delphine (France)
No Henry (Ibiza)
28 Sep
No Bert (Portugal)

Other Events

Meet - Meeting

Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?
Summary: John is insane. Each PC is a Voice in John's Head, and you compete with the other Voices to complete your obsessions. -- Henry

Looks OK -- Craig (talk)

Date output script

count=7; for week in {1..52}; do echo -n \; ; date --date="+$count days" "+%d %b"; count=$(expr $count + 7); echo; done

Where count is the number of days to the next Wednesday.