Current events
From David's Notebook
Jump to navigationJump to search
Weekly Games
2018
- 14 Nov
- No delphine (SF)
- 21 Nov
- 28 Nov
- 05 Dec
- 12 Dec
- No Delphine (India)
- No Game (Henry away)
- 19 Dec
- 26 Dec
- No Game
- 02 Jan
- No Game
- 09 Jan
- No Delphine (Cambodia)
- 16 Jan
- 23 Jan
- 30 Jan
- 06 Feb
Other Events
Meet - Meeting
Anyone fancy trying a quick game of Everyone Is John: http://pftdcast.com/resources/EveryoneIsJohn.pdf ?
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
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.