Cite This Page
Bibliographic details for Game of Life 32b
- Page name: Game of Life 32b
- Author: SizeCoding contributors
- Publisher: SizeCoding, .
- Date of last revision: 4 May 2020 10:27 UTC
- Date retrieved: 3 November 2025 08:13 UTC
- Permanent URL: http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=543
- Page Version ID: 543
Citation styles for Game of Life 32b
APA style
Game of Life 32b. (2020, May 4). SizeCoding, . Retrieved 08:13, November 3, 2025 from http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=543.
MLA style
"Game of Life 32b." SizeCoding, . 4 May 2020, 10:27 UTC. 3 Nov 2025, 08:13 <http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=543>.
MHRA style
SizeCoding contributors, 'Game of Life 32b', SizeCoding, , 4 May 2020, 10:27 UTC, <http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=543> [accessed 3 November 2025]
Chicago style
SizeCoding contributors, "Game of Life 32b," SizeCoding, , http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=543 (accessed November 3, 2025).
CBE/CSE style
SizeCoding contributors. Game of Life 32b [Internet]. SizeCoding, ; 2020 May 4, 10:27 UTC [cited 2025 Nov 3]. Available from: http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=543.
Bluebook style
Game of Life 32b, http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=543 (last visited November 3, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "SizeCoding",
title = "Game of Life 32b --- SizeCoding{,} ",
year = "2020",
url = "http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=543",
note = "[Online; accessed 3-November-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "SizeCoding",
title = "Game of Life 32b --- SizeCoding{,} ",
year = "2020",
url = "\url{http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=543}",
note = "[Online; accessed 3-November-2025]"
}