More actions
(Created page with "{{#seo: |title= (Simulation) - GameBrew |title_mode=append |image=lifegamegba2.png |image_alt=Life Game }} {{Infobox GBA Homebrews |title=Life Game |image=lifegamegba2.png |de...") |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox GBA Homebrews | {{Infobox GBA Homebrews | ||
|title=Life Game | |title=Life Game | ||
|image=lifegamegba2.png | |image=lifegamegba2.png | ||
|description= | |description=Conways Game of Life for the GBA. | ||
|author=szkktht | |author=szkktht | ||
|lastupdated=2021/11/29 | |lastupdated=2021/11/29 | ||
Line 14: | Line 8: | ||
|version=2021 | |version=2021 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/gbahomebrews/ | |download=https://dlhb.gamebrew.org/gbahomebrews/lifegame.zip | ||
|website=http://szkktht.g2.xrea.com/gba/lifegame.html | |website=http://szkktht.g2.xrea.com/gba/lifegame.html | ||
| | }} | ||
{{#seo: | |||
|title= (Simulation) - GameBrew | |||
|title_mode=append | |||
|image=lifegamegba2.png | |||
|image_alt=Life Game | |||
}} | }} | ||
A game that simulates the birth and death of life. It's called a game, but you just watch it. It is a historical game devised by mathematician Conway in 1970 and is called Conway's Game of Life. | A game that simulates the birth and death of life. It's called a game, but you just watch it. It is a historical game devised by mathematician Conway in 1970 and is called Conway's Game of Life. | ||
Line 38: | Line 37: | ||
*Operation status (in progress, paused, stopped). | *Operation status (in progress, paused, stopped). | ||
You will find 7 datafiles | You will find 7 pre-saved datafiles in the Life Game at the very beginning (you can delete them if you want): | ||
* Glider gun - A famous data that infinitely shoots a glider | * Glider gun - A famous data that infinitely shoots a glider. The reference source data is off by two generations for some reason. | ||
* Kazaguruma - This is an original data created with | * Kazaguruma - This is an original data created with an image a long time ago. It shapes like a pinwheel. | ||
* MAX - A famous data that spreads infinitely. However, in this game of life you are limited to the game screen only. | * MAX - A famous data that spreads infinitely. However, in this game of life you are limited to the game screen only. | ||
* MOVE - Data that moves in a certain direction. The aforementioned glider is one of them. | * MOVE - Data that moves in a certain direction. The aforementioned glider is one of them. | ||
Line 70: | Line 69: | ||
==External links== | ==External links== | ||
* Author's website - http://szkktht.g2.xrea.com/gba/lifegame.html | * Author's website - http://szkktht.g2.xrea.com/gba/lifegame.html | ||
Latest revision as of 12:43, 11 July 2024
Life Game | |
---|---|
General | |
Author | szkktht |
Type | Simulation |
Version | 2021 |
License | Mixed |
Last Updated | 2021/11/29 |
Links | |
Download | |
Website | |
A game that simulates the birth and death of life. It's called a game, but you just watch it. It is a historical game devised by mathematician Conway in 1970 and is called Conway's Game of Life.
User guide
The creatures that appear in the Life Game are called cells, and life or death is determined by how many cells (1 to 8) exist around you (C).
1 2 3 4 C 5 6 7 8
The Game of Life will proceed according to the following conditions:
- If there are 3 cells around C, it will be born.
- Survive if 2 or 3 cells survive around C.
- Die if there are less than 1 or more than 4 cells around C.
Information displayed at the bottom of the screen:
- GEN - Current number of generations.
- MAG - Zoom level (x1 x2 x4 x8 x16).
- POS - Cursor coordinates (X .Y).
- Operation status (in progress, paused, stopped).
You will find 7 pre-saved datafiles in the Life Game at the very beginning (you can delete them if you want):
- Glider gun - A famous data that infinitely shoots a glider. The reference source data is off by two generations for some reason.
- Kazaguruma - This is an original data created with an image a long time ago. It shapes like a pinwheel.
- MAX - A famous data that spreads infinitely. However, in this game of life you are limited to the game screen only.
- MOVE - Data that moves in a certain direction. The aforementioned glider is one of them.
- OSCILLATE - A collection of data that repeats in a given generation. An example type is called Galaxy.
- ROUND - Data that makes it look like the glider is circling.
- STABLE - Data that maintains the same type from generation to generation.
In a world where the screen is quite small at 118x72, would it be possible to create a new model that has never existed before?
Controls
Start - Start the game of life
A - Choose options
B - Cancel
Select - Menu
Screenshots
External links
- Author's website - http://szkktht.g2.xrea.com/gba/lifegame.html