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: 2 November 2025 22:33 UTC
- Permanent URL: http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=522
- Page Version ID: 522
Citation styles for Game of Life 32b
APA style
Game of Life 32b. (2020, May 4). SizeCoding, . Retrieved 22:33, November 2, 2025 from http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=522.
MLA style
"Game of Life 32b." SizeCoding, . 4 May 2020, 10:27 UTC. 2 Nov 2025, 22:33 <http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=522>.
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=522> [accessed 2 November 2025]
Chicago style
SizeCoding contributors, "Game of Life 32b," SizeCoding, , http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=522 (accessed November 2, 2025).
CBE/CSE style
SizeCoding contributors. Game of Life 32b [Internet]. SizeCoding, ; 2020 May 4, 10:27 UTC [cited 2025 Nov 2]. Available from: http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=522.
Bluebook style
Game of Life 32b, http://www.sizecoding.org/index.php?title=Game_of_Life_32b&oldid=522 (last visited November 2, 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=522",
note = "[Online; accessed 2-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=522}",
note = "[Online; accessed 2-November-2025]"
}