Current events: Difference between revisions

From David's Notebook
Jump to navigationJump to search
No edit summary
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
=== 2026 ===
=== 2026 ===


;07 Jan
;12 Aug
:Henry away - no game


;14 Jan
;19 Aug


;21 Jan
;26 Aug


;28 Jan
;02 Sep
:Andy away
: Delphine (friends over)


;04 Feb
;09 Sep
: Delphine (not sure, preparing to leave for Kenya)


;11 Feb
;16 Sep
: Delphine in Kenya


;18 Feb
;23 Sep


;25 Feb
;30 Sep


;04 Mar
;07 Oct


;11 Mar
;14 Oct


;18 Mar
;21 Oct


;25 Mar
;28 Oct


;01 Apr
;04 Nov
:Delphine in Paris


;08 Apr
;11 Nov
:Delphine on a bike


;15 Apr
;18 Nov


;22 Apr
;25 Nov


;29 Apr
;02 Dec


;06 May
;09 Dec


;13 May
;16 Dec


;20 May
;23 Dec


;27 May
;30 Dec


;03 Jun
;06 Jan


;10 Jun
;13 Jan


;17 Jun
;20 Jan


;24 Jun
;27 Jan


;01 Jul
;03 Feb


;08 Jul
;10 Feb


;15 Jul
;17 Feb


;22 Jul
;24 Feb
:Craig away


;29 Jul
;03 Mar


;05 Aug
;10 Mar


;12 Aug
;17 Mar


;19 Aug
;24 Mar


;26 Aug
;31 Mar

;02 Sep
:Andy away

;09 Sep

;16 Sep

;23 Sep

;30 Sep

;07 Oct

;14 Oct

;21 Oct

;28 Oct


== Other Events ==
== Other Events ==

Latest revision as of 20:56, 5 August 2026

Weekly Games

2026

12 Aug
Henry away - no game
19 Aug
26 Aug
02 Sep
Andy away
09 Sep
16 Sep
23 Sep
30 Sep
07 Oct
14 Oct
21 Oct
28 Oct
04 Nov
11 Nov
18 Nov
25 Nov
02 Dec
09 Dec
16 Dec
23 Dec
30 Dec
06 Jan
13 Jan
20 Jan
27 Jan
03 Feb
10 Feb
17 Feb
24 Feb
03 Mar
10 Mar
17 Mar
24 Mar
31 Mar

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.