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 07:57 UTC
- Permanent URL: http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=553
- Page Version ID: 553
Citation styles for Game of Life 32b
APA style
Game of Life 32b. (2020, May 4). SizeCoding, . Retrieved 07:57, November 3, 2025 from http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=553.
MLA style
"Game of Life 32b." SizeCoding, . 4 May 2020, 10:27 UTC. 3 Nov 2025, 07:57 <http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=553>.
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=553> [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=553 (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=553.
Bluebook style
Game of Life 32b, http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=553 (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=553",
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=553}",
note = "[Online; accessed 3-November-2025]"
}