Current events: Difference between revisions

From David's Notebook
Jump to navigationJump to search
(Meet link added)
No edit summary
 
(571 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== Tuesday Games ==
== Weekly Games ==


=== 2026 ===
;5 August 2008
:Start of the [[Shadow and Flame]] adventure.


;12 Aug
;25 November 2008
:Henry away - no game
;2 December 2008

;9 December 2008
;19 Aug
Craig in Japan

;16 December 2008
;26 Aug
:Canceled.

Delphine probably not online<br/>
;02 Sep
Craig in Japan
:Andy away
;23 December 2008

:Canceled.
;09 Sep
Delphine probably not online<br/>

Craig likely to be killed if he plays
;16 Sep
;30 December 2008

:Canceled
;23 Sep
;6 January 2009

:Cancelled
;30 Sep
;13 January 2009

;20 January 2009
;07 Oct
;27 January 2009

;3 February 2009
;14 Oct
;10 February 2009

;17 February 2009
;21 Oct
;24 February 2009

;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 ==
== Other Events ==
===Meet at Craig's===


Meet - [[Meeting]]
Poll for free weekends here:

Anyone fancy trying a quick game of Everyone Is John: https://1d4chan.org/wiki/Everyone_Is_John ?<br />
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 -- [[User:Craig|Craig]] ([[User talk:Craig|talk]])

== Date output script ==

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


Where count is the number of days to the next Wednesday.
http://doodle.com/summary.html?pollId=msw6b63f276bytdk

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.