File size: 602 Bytes
31dd023
 
9a4e4a4
 
 
 
 
 
09b6c65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: mit
task_categories:
- image-to-image
language:
- en
size_categories:
- 10K<n<100K
---

# Dataset with Conways Game of Life

[Wikipedia](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life)

The number of cells are between `3x3` and `14x14`.

Each item in the dataset is a markdown file.

The markdown file has these sections: `Input`, `Output without wrap`, `Output with wrap`, `Status`.

The `Perform N steps` has these variants:
- When it's `Perform 1 step.` then only 1 iteration is performed. 
- When it's `Perform 2 steps.`, then 2 iterations have to be performed which is harder.