Skip to content

Commit db8c7e5

Browse files
committed
1590!
1 parent f51b5ce commit db8c7e5

File tree

2 files changed

+43
-2
lines changed

2 files changed

+43
-2
lines changed

src/bibliography.yaml

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2231,7 +2231,8 @@ WinningWaysV3:
22312231
volume: 3
22322232
edition: 2
22332233
author:
2234-
- given: Elwyn
2234+
- &Elwyn_Berlekamp
2235+
given: Elwyn
22352236
family: Berlekamp
22362237
url: https://en.wikipedia.org/wiki/Elwyn_Berlekamp
22372238
- given: John
@@ -21015,3 +21016,37 @@ MockTempest:
2101521016
publisher-place: London
2101621017
publisher: William Cademan
2101721018
issued: 1675
21019+
MisereDotsAndBoxes:
21020+
type: chapter
21021+
title: Narrow misère Dots-and-Boxes
21022+
author:
21023+
- given: Sébastien
21024+
family: Collette
21025+
- given: Erik D.
21026+
family: Demaine
21027+
- given: Martin L.
21028+
family: Demaine
21029+
- given: Stefan
21030+
family: Langerman
21031+
URL: https://library.slmath.org/books/Book63/files/131104-Demaine.pdf
21032+
page: 57-64
21033+
in: &GamesOfNoChance4
21034+
title: Games of No Chance 4
21035+
editor: [*Richard_J_Nowakowski]
21036+
publisher: Cambridge University Press
21037+
issued: 2015
21038+
ISBN: '978-1-107-01103-8'
21039+
URL: https://library.slmath.org/books/Book63/
21040+
series:
21041+
title: MSRI Publications
21042+
volume: 63
21043+
DotsAndBoxes:
21044+
type: book
21045+
title: The Dots-and-Boxes Game
21046+
subtitle: Sophisticated Child’s Play
21047+
author: [*Elwyn_Berlekamp]
21048+
publisher: A K Peters
21049+
publisher-place: Massachusetts, USA
21050+
issued: 2000
21051+
ISBN: '1568811292'
21052+
URL: https://doi.org/10.1201/b14452

src/games/dots-and-boxes/dots-and-boxes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2-
title: Dots and Boxes
2+
title: ""
33
originalTitle: <span lang="fr">La Pipopipette</span>
44
players: 2
55
draft: true
66
equipment: Pen and paper
7+
date created: 2025-05-20
8+
date modified: 2025-07-05
79
---
810

911
<span class="aka">Dots and Boxes</span> is also referred to as simply “<span class="aka">Dots</span>”, “<span class="aka">Boxes</span>”, or “<span class="aka">Dot-Boxes</span>”.[@LondonStreetGames p. 134]
@@ -21,3 +23,7 @@ https://www.flickr.com/photos/joshleejosh/8203546143/
2123

2224
https://www.flickr.com/photos/ericahargreave/3717552926/
2325
*/}
26+
27+
Other refs:
28+
- @MisereDotsAndBoxes
29+
- @DotsAndBoxes

0 commit comments

Comments
 (0)