From 72c46d547eeee2fe7700ec2dbbb97b9c0f67a373 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Wed, 14 Sep 2022 22:11:44 +0200 Subject: Added a few scripts to parse the large pattern file of game of life patterns and also added the functionality to scroll through the list and it affects the current world --- presets/dir/patterns/pattern248.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 presets/dir/patterns/pattern248.txt (limited to 'presets/dir/patterns/pattern248.txt') diff --git a/presets/dir/patterns/pattern248.txt b/presets/dir/patterns/pattern248.txt new file mode 100644 index 0000000..3a8510b --- /dev/null +++ b/presets/dir/patterns/pattern248.txt @@ -0,0 +1,23 @@ +..........................*.................*........................... +.........................***...............***.......................... +........................**....***.....***....**......................... +......................**.*..***..*...*..***..*.**....................... +.......................*.*..*.*...*.*...*.*..*.*........................ +....................**.*.*.*.*....*.*....*.*.*.*.**..................... +....................**...*.*....*.....*....*.*...**..................... +....................***.*...*....*.*.*....*...*.***..................... +...................**.........**.*.*.*.**.........**.................... +...............................*.......*................................ +............................**.*.......*.**............................. +.............................*...........*.............................. +..........................**.*...........*.**........................... +..........................**...............**........................... +..........................*.*.*.***.***.*.*.*........................... +.........................**...*...*.*...*...**.......................... +.........................*..*...*.*.*.*...*..*.......................... +............................**....*.*....**............................. +........................**....*...*.*...*....**......................... +............................*.**.*...*.**.*............................. +.............................*.*.*.*.*.*.*.............................. +...............................*..*.*..*................................ +..............................*.*.....*.*............................... -- cgit v1.2.3