Current events

From David's Notebook
Revision as of 20:57, 23 February 2022 by Craig (talk | contribs) (→‎2022)
Jump to navigationJump to search

Weekly Games

2022

26 Jan
02 Feb

No Henry

09 Feb

Probably no Henry

16 Feb
23 Feb
02 Mar -- No game
09 Mar
16 Mar
23 Mar
30 Mar
06 Apr
13 Apr
20 Apr
27 Apr
04 May
11 May
18 May
25 May
01 Jun
08 Jun
15 Jun
22 Jun
29 Jun
06 Jul
13 Jul
20 Jul
27 Jul
03 Aug
10 Aug
17 Aug
24 Aug
31 Aug
07 Sep
14 Sep
21 Sep
28 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.