Current events

From David's Notebook
Revision as of 18:03, 17 April 2023 by Venrix (talk | contribs) (→‎2023)
Jump to navigationJump to search

Weekly Games

2023

05 Apr

No Henry

12 Apr
19 Apr
26 Apr
03 May

No Andy

10 May
17 May
24 May
31 May
07 Jun
14 Jun
21 Jun
28 Jun
05 Jul
12 Jul
19 Jul
26 Jul
02 Aug
09 Aug
16 Aug
23 Aug
30 Aug
06 Sep
13 Sep

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.