NNlk05's Junkyard

A forum for topics that don't fit elsewhere. Introduce yourselves to other members of the forums, discuss how your name evolves when written out in the Game of Life, or just tell us how you found it. Forum rules still apply.
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

Annnnnnndddddddd.....
Third page.

I've gone through the pain of making NNlk05-univ INT with Sticky-like splitting mechanics.

Code: Select all

#R NNlk05-univ-indev-2026-8-5
!
@RULE NNlk05-univ-indev-2026-8-5

NNlk05-univ by NNlk05
Indev version (2026-8-5)

@TABLE
n_states:4
neighborhood:Moore
symmetries:rotate4reflect

var a = {0, 1, 2, 3} # Any
var a1 = a
var a2 = a
var a3 = a
var a4 = a
var a5 = a
var a6 = a
var a7 = a
var a8 = a

var b1 = {0, 1, 2} # Anything but tail
var b2 = b1
var b3 = b1
var b4 = b1
var b5 = b1
var b6 = b1
var b7 = b1
var b8 = b1

# C N,NE,E,SE,S,SW,W,NW C'

# Empty
  0 2,b1,b2,b3,b4,b5,b6,b7 2 # Turn into head
  0 a1,1,2,3,a2,a3,a4,a5 2 # Split

# Block
  1 a1,a2,a3,a4,a5,a6,a7,a8 1 # Stay

# Head
  2 a1,a2,a3,a4,a5,a6,a7,a8 3 # Turn into tail

# Catch all
a a1,a2,a3,a4,a5,a6,a7,a8 0

@NAME
0 Empty
1 Block
2 Head
3 Tail

@COLORS
0 0 0 0
1 255 64 64
2 64 64 255
3 64 64 64
Demo:

Code: Select all

x = 13, y = 10, rule = NNlk05-univ-indev-2026-8-5
.A9.A$A4.A.A4.A3$3.A.A.A.A$4.A.A.A$A11.A$.A9.A$6.B$6.C!
@RULE NNlk05-univ-indev-2026-8-5

NNlk05-univ by NNlk05
Indev version (2026-8-5)

@TABLE
n_states:4
neighborhood:Moore
symmetries:rotate4reflect

var a = {0, 1, 2, 3} # Any
var a1 = a
var a2 = a
var a3 = a
var a4 = a
var a5 = a
var a6 = a
var a7 = a
var a8 = a

var b1 = {0, 1, 2} # Anything but tail
var b2 = b1
var b3 = b1
var b4 = b1
var b5 = b1
var b6 = b1
var b7 = b1
var b8 = b1

# C N,NE,E,SE,S,SW,W,NW C'

# Empty
  0 2,b1,b2,b3,b4,b5,b6,b7 2 # Turn into head
  0 a1,1,2,3,a2,a3,a4,a5 2 # Split

# Block
  1 a1,a2,a3,a4,a5,a6,a7,a8 1 # Stay

# Head
  2 a1,a2,a3,a4,a5,a6,a7,a8 3 # Turn into tail

# Catch all
a a1,a2,a3,a4,a5,a6,a7,a8 0

@COLORS
0 0 0 0
1 255 64 64
2 64 64 255
3 64 64 64
Next up: UC!
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

Working on something called a "delay tube".
...
*works*
OK, I think I got it.
*presses "View"*
What is going on???

Code: Select all

x = 11, y = 3, rule = NNlk05-univ-indev-2026-8-6-delay-tube-wrong
8A$9.BC$8A!
@RULE NNlk05-univ-indev-2026-8-6-delay-tube-wrong

NNlk05-univ by NNlk05
Indev version (2026-8-6)
@TABLE
n_states:4
neighborhood:Moore
symmetries:rotate4reflect

var a = {0, 1, 2, 3} # Any
var a1 = a
var a2 = a
var a3 = a
var a4 = a
var a5 = a
var a6 = a
var a7 = a
var a8 = a

var b1 = {0, 1, 2} # Anything but tail
var b2 = b1
var b3 = b1
var b4 = b1
var b5 = b1
var b6 = b1
var b7 = b1
var b8 = b1

var c1 = {0, 2, 3} # Anything but block
var c2 = c1
var c3 = c1
var c4 = c1
var c5 = c1
var c6 = c1
var c7 = c1
var c8 = c1

# C N,NE,E,SE,S,SW,W,NW C'

# Empty
  # Delay tubes (A tube of state-1, allows a signal to be slowed to c/2. Useful for timing.)
    0 1,0,2,0,1,1,0,1 0 # Starting delay tube enter
    0 1,0,3,0,1,1,0,1 2 # Enter delay tube
    0 0,0,0,0,0,1,2,1 0 # Don't let a signal back out. This also adds a 2-celled eater (Headerless RLE A.A!)
    0 1,1,2,1,1,1,0,1 0 # Don't let signals move the usual way inside a tube
    0 1,1,3,1,1,1,0,1 2 # _Let_ a signal move in a delay tube
  0 2,b1,b2,b3,b4,b5,b6,b7 2 # Otherwise, turn into head
  0 a1,1,2,3,a2,a3,a4,a5 2 # Split

# Block
  1 a1,a2,a3,a4,a5,a6,a7,a8 1 # Stay

# Head
  2 1,0,0,0,1,1,0,1 3 # Adds the delay in a delay tube (on enter)
  2 a1,a2,a3,a4,a5,a6,a7,a8 3 # Turn into tail

# Catch all
a a1,a2,a3,a4,a5,a6,a7,a8 0

@NAME
0 Empty
1 Block
2 Head
3 Tail

@COLORS
0 0 0 0
1 255 64 64
2 64 64 255
3 64 64 64
Not again...

Code: Select all

x = 11, y = 3, rule = NNlk05-univ-indev-2026-8-6-delay-tube-wrong-x2
8A$9.BC$8A!
@RULE NNlk05-univ-indev-2026-8-6-delay-tube-wrong-x2

NNlk05-univ by NNlk05
Indev version (2026-8-6)
@TABLE
n_states:4
neighborhood:Moore
symmetries:rotate4reflect

var a = {0, 1, 2, 3} # Any
var a1 = a
var a2 = a
var a3 = a
var a4 = a
var a5 = a
var a6 = a
var a7 = a
var a8 = a

var b1 = {0, 1, 2} # Anything but tail
var b2 = b1
var b3 = b1
var b4 = b1
var b5 = b1
var b6 = b1
var b7 = b1
var b8 = b1

var c1 = {0, 2, 3} # Anything but block
var c2 = c1
var c3 = c1
var c4 = c1
var c5 = c1
var c6 = c1
var c7 = c1
var c8 = c1

# C N,NE,E,SE,S,SW,W,NW C'

# Empty
  # Delay tubes (A tube of state-1, allows a signal to be slowed to c/2. Useful for timing.)
    0 1,0,2,0,1,1,0,1 0 # Starting delay tube enter
    0 1,0,3,0,1,1,0,1 2 # Enter delay tube
    0 0,0,0,0,0,1,2,1 0 # Don't let a signal back out. This also adds a 2-celled eater (Headerless RLE A.A!)
    0 1,1,2,1,1,1,0,1 0 # Don't let signals move the usual way inside a tube
    0 1,0,0,0,1,1,2,1 0 # Don't create a weird XOR rep thingy
    0 1,1,3,1,1,1,0,1 2 # _Let_ a signal move in a delay tube
  0 2,b1,b2,b3,b4,b5,b6,b7 2 # Otherwise, turn into head
  0 a1,1,2,3,a2,a3,a4,a5 2 # Split

# Block
  1 a1,a2,a3,a4,a5,a6,a7,a8 1 # Stay

# Head
  2 1,0,0,0,1,1,0,1 3 # Adds the delay in a delay tube (on enter)
  2 a1,a2,a3,a4,a5,a6,a7,a8 3 # Turn into tail

# Catch all
a a1,a2,a3,a4,a5,a6,a7,a8 0

@NAME
0 Empty
1 Block
2 Head
3 Tail

@COLORS
0 0 0 0
1 255 64 64
2 64 64 255
3 64 64 64
*Looks at the trouble causing napkin*
Oh, its not fixable :(
Back to the drawing board.

At least I can keep the 2-celled eater

Code: Select all

@RULE NNlk05-univ-indev-2026-8-6

NNlk05-univ by NNlk05
Indev version (2026-8-6)

@TABLE
n_states:4
neighborhood:Moore
symmetries:rotate4reflect

var a = {0, 1, 2, 3} # Any
var a1 = a
var a2 = a
var a3 = a
var a4 = a
var a5 = a
var a6 = a
var a7 = a
var a8 = a

var b1 = {0, 1, 2} # Anything but tail
var b2 = b1
var b3 = b1
var b4 = b1
var b5 = b1
var b6 = b1
var b7 = b1
var b8 = b1

var c1 = {0, 2, 3} # Anything but block
var c2 = c1
var c3 = c1
var c4 = c1
var c5 = c1
var c6 = c1
var c7 = c1
var c8 = c1

# C N,NE,E,SE,S,SW,W,NW C'

# Empty
  0 0,0,0,0,0,1,2,1 0 # Adds a 2-celled eater (Headerless RLE A.A!)
  0 2,b1,b2,b3,b4,b5,b6,b7 2 # Otherwise, turn into head
  0 a1,1,2,3,a2,a3,a4,a5 2 # Split

# Block
  1 a1,a2,a3,a4,a5,a6,a7,a8 1 # Stay

# Head
  2 a1,a2,a3,a4,a5,a6,a7,a8 3 # Turn into tail

# Catch all
a a1,a2,a3,a4,a5,a6,a7,a8 0

@NAME
0 Empty
1 Block
2 Head
3 Tail

@COLORS
0 0 0 0
1 255 64 64
2 64 64 255
3 64 64 64
New demo:

Code: Select all

x = 13, y = 10, rule = NNlk05-univ-indev-2026-8-6
.A9.A$A4.A.A4.A3$3.A.A.A.A$6.A$A11.A$.A9.A$6.B$6.C!
@RULE NNlk05-univ-indev-2026-8-6

NNlk05-univ by NNlk05
Indev version (2026-8-6)

@TABLE
n_states:4
neighborhood:Moore
symmetries:rotate4reflect

var a = {0, 1, 2, 3} # Any
var a1 = a
var a2 = a
var a3 = a
var a4 = a
var a5 = a
var a6 = a
var a7 = a
var a8 = a

var b1 = {0, 1, 2} # Anything but tail
var b2 = b1
var b3 = b1
var b4 = b1
var b5 = b1
var b6 = b1
var b7 = b1
var b8 = b1

var c1 = {0, 2, 3} # Anything but block
var c2 = c1
var c3 = c1
var c4 = c1
var c5 = c1
var c6 = c1
var c7 = c1
var c8 = c1

# C N,NE,E,SE,S,SW,W,NW C'

# Empty
  0 0,0,0,0,0,1,2,1 0 # Adds a 2-celled eater (Headerless RLE A.A!)
  0 2,b1,b2,b3,b4,b5,b6,b7 2 # Otherwise, turn into head
  0 a1,1,2,3,a2,a3,a4,a5 2 # Split

# Block
  1 a1,a2,a3,a4,a5,a6,a7,a8 1 # Stay

# Head
  2 a1,a2,a3,a4,a5,a6,a7,a8 3 # Turn into tail

# Catch all
a a1,a2,a3,a4,a5,a6,a7,a8 0

@NAME
0 Empty
1 Block
2 Head
3 Tail

@COLORS
0 0 0 0
1 255 64 64
2 64 64 255
3 64 64 64
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

Lets do UC today.
*adds PUSH, PULL and DESTORY*
*tries to add fire*
...

Code: Select all

x = 3, y = 4, rule = NNlk05-univ-indev-2026-8-7-fire-gone-wrong
2.A2$B$C!
@RULE NNlk05-univ-indev-2026-8-7-fire-gone-wrong

NNlk05-univ by NNlk05
Indev version (2026-8-7)

@TABLE
n_states:4
neighborhood:Moore
symmetries:rotate4reflect

var a = {0, 1, 2, 3} # Any
var a1 = a
var a2 = a
var a3 = a
var a4 = a
var a5 = a
var a6 = a
var a7 = a
var a8 = a

var b1 = {0, 1, 2} # Anything but tail
var b2 = b1
var b3 = b1
var b4 = b1
var b5 = b1
var b6 = b1
var b7 = b1
var b8 = b1

var c1 = {0, 2, 3} # Anything but block
var c2 = c1
var c3 = c1
var c4 = c1
var c5 = c1
var c6 = c1
var c7 = c1
var c8 = c1

# C N,NE,E,SE,S,SW,W,NW C'

# Empty
  0 0,0,2,0,2,0,0,0 1 # Construct unit
  0 0,0,0,1,2,0,0,0 3 # Start "Sticky" push
  0 0,0,0,0,1,3,3,0 1 # Do the push
  0 1,2,3,0,0,0,3,2 1 # Do a pull
  0 0,0,0,0,0,1,2,1 0 # Adds a 2-celled eater (Headerless RLE A.A!)
  0 0,0,0,1,0,2,0,0 2 # Fire
  0 2,b1,b2,b3,b4,b5,b6,b7 2 # Otherwise, turn into head
  0 a1,1,2,3,a2,a3,a4,a5 2 # Split

# Block
  1 0,0,0,0,0,0,3,3 0 # Kill after push
  1 0,0,2,3,0,3,2,0 0 # Kill after pull
  1 0,0,0,3,0,0,0,0 0 # Destroy by signals
  1 a1,a2,a3,a4,a5,a6,a7,a8 1 # Otherwise, stay

# Head
  2 a1,a2,a3,a4,a5,a6,a7,a8 3 # Turn into tail

# Catch all
a a1,a2,a3,a4,a5,a6,a7,a8 0

@NAME
0 Empty
1 Block
2 Head
3 Tail

@COLORS
0 0 0 0
1 255 64 64
2 64 64 255
3 64 64 64

Yet another 2-celled eater

Code: Select all

x = 6, y = 3, rule = NNlk05-univ-indev-2026-8-7-fire-gone-wrong
A$A$4.BC!

@RULE NNlk05-univ-indev-2026-8-7-fire-gone-wrong

NNlk05-univ by NNlk05
Indev version (2026-8-7)

@TABLE
n_states:4
neighborhood:Moore
symmetries:rotate4reflect

var a = {0, 1, 2, 3} # Any
var a1 = a
var a2 = a
var a3 = a
var a4 = a
var a5 = a
var a6 = a
var a7 = a
var a8 = a

var b1 = {0, 1, 2} # Anything but tail
var b2 = b1
var b3 = b1
var b4 = b1
var b5 = b1
var b6 = b1
var b7 = b1
var b8 = b1

var c1 = {0, 2, 3} # Anything but block
var c2 = c1
var c3 = c1
var c4 = c1
var c5 = c1
var c6 = c1
var c7 = c1
var c8 = c1

# C N,NE,E,SE,S,SW,W,NW C'

# Empty
  0 0,0,2,0,2,0,0,0 1 # Construct unit
  0 0,0,0,1,2,0,0,0 3 # Start "Sticky" push
  0 0,0,0,0,1,3,3,0 1 # Do the push
  0 1,2,3,0,0,0,3,2 1 # Do a pull
  0 0,0,0,0,0,1,2,1 0 # Adds a 2-celled eater (Headerless RLE A.A!)
  0 0,0,0,1,0,2,0,0 2 # Fire
  0 2,b1,b2,b3,b4,b5,b6,b7 2 # Otherwise, turn into head
  0 a1,1,2,3,a2,a3,a4,a5 2 # Split

# Block
  1 0,0,0,0,0,0,3,3 0 # Kill after push
  1 0,0,2,3,0,3,2,0 0 # Kill after pull
  1 0,0,0,3,0,0,0,0 0 # Destroy by signals
  1 a1,a2,a3,a4,a5,a6,a7,a8 1 # Otherwise, stay

# Head
  2 a1,a2,a3,a4,a5,a6,a7,a8 3 # Turn into tail

# Catch all
a a1,a2,a3,a4,a5,a6,a7,a8 0

@NAME
0 Empty
1 Block
2 Head
3 Tail

@COLORS
0 0 0 0
1 255 64 64
2 64 64 255
3 64 64 64

Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

Taking a break from NNlk05-univ today.
A foray into the jungle of the INT rulespace gave me this
The fleet is a failed rep (B3-ekny/S2-ci3-cey4i - B3-n4-aw5-ak6-an7e8/S234ciqrtyz5-cy678)

Code: Select all

#C [[ STOP 16 ]]
x = 4, y = 4, rule = B3-ekny/S2-ci3-cey4i
o$b2o$bobo$2b2o!

Code: Select all

x = 64, y = 64, rule = B3-ekny/S2-ci3-cey4i
4b2o5b3ob2ob4o3bo4bo4bob2ob2o2bo4bob3o2bo2bo$obob2obob2o2bobo2b7ob2ob
2ob8o5b2o3b2o3bo3bob3o$o4bo2bob2o2bo2bob4o2bo4b2ob3o2b6o3bo4bob3o5b2o
$bo3bo2b2o6b4o2b5o6b3obo2b2obo2b3o5b2o4bobo$o2bo4bob5obob7o4b2o2b2obo
b4obo5b4obo3b3obo$2b3obo2b3obob3o2b3o2b3o3b3ob3ob3o6bobob5o2bobobo$b2o
bob3ob4obo2b2ob3obo3b2obob3ob4ob2o3b3obo2b2obobob2o$o2b2o3bobob3o2bob
obo2bob8ob3ob2o2b2o2bo2bo4b3o2b4o$bo2b3o2bobo3b2o4bobo4b4o4bo2b2ob2o2b
2ob2ob3ob3o2b3o$bo2bob3o3b2obob4ob3obob2obob4obo2bob3o5bobo2b2o2b2obo
$10b2o3b2obo2bobo2bo3bo2b2o2b2ob4o2b5o6bo3b2o$b2o4bo14bob2o3b2o2b2ob5o
b7ob3obo2bobob3o$b2obo3b4o2b4o4bob3obobob2o3bo3b4obo2bob3ob2o2b3obo$5b
2o6b2ob6obob4ob2ob2obo2bob3o2bobobo2bobob3obo$2b3ob2o2bob2o6bobobo5b4o
bobo2b2o8bo3bob2o2bobo$2o2bob4o2bobo2b2o2bo9b7ob8o2bobob2ob2o4bo$2o2b
o2b4o2b4o3b3ob2obo2bo3bobob3o2b2ob2ob4o2bo3bob3o$3ob3o2bo3bo2b2obob2o
bo3bobo4bobo4bob2obo3bo2bo4bobo$o3b4o3bo5bobo3b2o2bo3b2o2b2obob2obob4o
bobob2o2b4obo$3o2b3obo4bo2bo2bo2bob5o5bo3b6obob2obob2o2bo2bo2bo$2bob2o
bo2bo2bo6bobo2b9obo2bob3o2bo2b2o5bo4bo$3bo4b5ob3obo3bob2ob2obo4b2obob
o2b8ob5ob2o3bo$bo2bobobob4obob4o4b4ob2o2b3ob5o3bob2obo3b4o2b2o$5bob3o
b5obobo4bo3bo2b3o2bob2ob2ob2o2bo2bob2o5bob2o$2b3obobobo2b2obo2bobo2bo
2bob2o3b3o3b2ob2o2b2ob2o3bo3b2o2bo$bo3bobo2b2o2b2o2b2o2bo3bo2b3o2bobo
2bob2o3bobob2ob6obob2o$o2b5ob2ob3o3bobo2b3ob3ob2obo2b3obo3bob2o2b3ob2o
2b4o$b2obo2b6obobo2b4o3b6o2b3obo2bobo3b3o2b3o2bo5bo$bo3bo3b2obobob3o3b
2ob2o3bob3o2bob3o2bo2bobo4b5o4bo$2bobobo4bob6o2bo4b3o2b2o2bob2o5b2obo
b2obobob2o2b2o$bo2b2ob4ob2ob2ob3o3b3o3bob2o3b2obob3obo6b3o2b3obo$obob
obob3obob3o2bo3bob4ob2ob2ob5obob4ob2ob2ob2ob3obo$2b2o4b2ob6o2bobo2b3o
2b2ob3o5b3o3bob2ob3obo2bo4bo$bobobo4b2obobo2bobobobo4bob2o2bo2bobobo3b
ob2obo2b3obob2obo$2b2ob4obob2obobo2bo2b3ob2o4bob2obobob2o2b2ob3ob2obo
2bob2o$b4o4b2ob2o2bo2bob2obobo2bob2ob3ob3o2bobob2o3b2obo2b3o2bo$3bob3o
3bobobo4bo3b3ob3o3bob3o2b3o4b2obob2o5bobo$b2obo2b4o2bob2obo2b7o4bob2o
bo3bobo5b5o2bo4bo$b3ob2obobob2ob3ob2o2b4o2b5o6b3ob2o3b4o4bob5o$bo4bob
7ob4ob3ob3obo2bob3o3bo4bo2bob2obob2obo4bo$bo3b5ob7obo5b3o2bobobob2ob3o
b2obob3ob11o$obobo4b4o2b2ob2obob6o3bo2b2o3b2o5b3obo4bobob2obo$4b2o2bo
bo2b2ob2o2b2ob2ob2o4bo3bo3bobob3o3bo2b2obo2b3o$2b2o2bobo2b2o3bo3b3obo
bobob2ob2obo4bo2b3ob2o2bobobob2ob2o$2bob3ob2obo2bo9b2obo2bo2b6o3bo2b3o
bob2o5bo2bo$bob3o2b4ob2obo2bo2b2ob2o2bo2b7obo7bo3bo3b2obob3o$3o2bo3bo
bob2o4bob2ob4o2bob2o5b3o2b4o2b3o2bo3bo2b2o$3o2b2o2bo2b6o3b3o2b2o7b5o2b
o2bo2bo5b9o$b2ob3o2b4ob2o6bob3o2bobo2b2o2bobo2bo4b3obo2bobo3bobo$2bob
7o4bob2o2b3obo4bo2b2o3b4obob3o2b2obobo4bobo$ob5ob2o2bobo3bo2b2obo3b2o
2b3o3b2o4bo3bobobobob5o2bo$ob2ob3o2bo2bo4bob5o2bo3b2o2b2ob2o3bo3bo2bo
2b2o2b2o2b2o$3ob4o4bob2o2b2obobob3o2b2o2b3obo4b3ob2obo3b2ob2ob2o$o7b3o
b2o5bobo3b2ob2obobo3bo2b2o2b2o3b4o2bo2b6o$b2ob4o2bo2bob4o2bobo7bobob2o
bob2o2b2o5bo6bobo$b3obob2o3b3o3bob3o2bo3bo5b3ob3o3b3obobo2bo3bo3bo$o3b
obo2b4ob2o2b2o2bo2bob2o2b4o4b3o2bo4b4ob2o3b2o2bo$o2bob3o2bo2bobob2o2b
3ob3o3bo5bob2obo2bo2bo10b2ob2o$bob3ob2o3bobo2b4o2b2o2bo2b5obobo3bo6bo
b2obob4obo$4obob3ob6obob3obo2b2o4bo5b2o2b2obob2ob3ob2o4bo$bo2b2obo2b2o
bo2b4o3bo2bo6b7o3bo5b3o2b2o2bo2b2o$ob2ob3o2b3o2bob2o3b3o2bobo3bo2bob2o
3bo2b4o2b2o7bobo$2o4b3obo4bo2bobob3obob2ob2o3bobobobob3o7b2obob2o$2o3b
5o4bobobo3bo2b7ob2ob6o2bobobo2bobob4o2bobo!
EDIT:

Code: Select all

x = 64, y = 64, rule = B3-n4i/S2-n35-cyia
ob3ob4obob2o4bo9bo3bo3b2ob4o2bob2o2b2o6bo2bo$ob2ob2o6b4o3bob3o2b2obo3b
ob2o3b5o3b3o2b2o5bo$o2b2o2b2o2b2o3bo4b2o4b3obobob2o3b2o7bo8b5o$2o2b2o
bo2b5ob2o2b2ob2ob3ob2obo2b2ob4ob2o3bob3o3bob3obo$2o2b10o3bobo3b2ob2ob
o2b2o4bobobob2o2b2obob2obo3b4o$b4ob2ob3obo8bo3b2ob2o4bo3b3obob3obob2o
bob5o$2b6ob4ob2o2b2o2b2obobo2b4ob2o2bo2bob2o4b3ob2o2bobobo$o4bobo2b2o
bobobobo3b3obo3bob4o2bo7bob2o5b4ob2o$2obo3b3ob6obo4bobo2b5o3b3ob11obo
2b2o2b3o$2bobobob2ob3obob3o2bo2bob2obob2o3bo3bo4bo2b2o3b4o2bo2bo$bo4b
3ob2obo5b3o2bo3b4o3bobo3b2o4b6obo5bobo$3b2o4b3o2b2o2bo3bo2b2o2b2o2bo2b
o2bobobobo2b2ob3o2b2o3b3o$b3ob3o3b2ob7o2bo5b4o2b6obo2bob3obob2o4b5o$4o
bob2ob2o3b4o2b2obo2b2ob2ob2ob2obobobo5bo3bo3b3obo$2o2b3o3b2o3bo3bob6o
2bob6obobo2b3ob6o2bobo2bobo$2obobob2ob2obo3bob4obobo2b4o2b4ob3o5b2o2b
2ob4ob4o$bo3b3o2bob2obo2bobobob5o2bob2obo3b3obobo3bo2b3o2b2o2bo$2ob2o
2b2ob2o5bob2o2b4o2bobo3b3o4b2ob5ob5o2bobo2bo$5ob2o3b2obob2obobob2ob3o
2bo3bob5o3b2ob2o10b3o$3obo5bob3o3b2obobo2bo3bo2b7obo6b3o2bo2b2ob2o2bo
$2o3b4o3b4obo3bo2bob2ob3ob8obob3o2b4o3b2ob2o$obo2b2ob3o5b4ob2o2bob3ob
2o3b2ob3o3bo2bob4obob2obo$obobo6bo2bo6b3ob3obob2o3b5o5b3ob2obo2bo2bo2b
o$bobob3o2b2obo3b2ob3o4bobobo2b2ob6ob2o3bobo3b2obob2o$3bo4b2o3bobobo3b
obo2b2obobo2bobob3o3bo3bo2b3obo5bobo$4ob6o3bobobo3b4obob2o2bo3bob3ob3o
3bob6obob3o$3o2b3o2b5o2b2o4bo4b3obo3b2o3bo2b5obob3ob3obob2o$3b2o5bob2o
2b2o3bob2obob2obob3ob2o2bo6bo2b3obobobob2o$bob3o9b2ob2ob2o2bo2b3o8b3o
2b2ob2ob3ob4o2b2obo$obob5obo5bo3bob6obo13bo2b2o4bo3b2o2bobo$ob3obo3bo
bob3o2b4ob2o4bob2obo3bo3bobo6bob3o2b3obo$o2bobo4b3obob2o5bo3b8ob6o3bo
bo2bo2bob2o2b2o$b2o2b4obo4b3o3b3obobo2b2obob2obobob2o5b2o2bobo7bo$bo4b
2ob2obob2o3b3o3bo2bo2b4ob2o2bob2obo5b2obo2bo3b3o$b4obo4bo2bob2o2b2o3b
o2bob2obob5ob3o4bobo2bo2bob2ob2o$ob4o3bo2bo2b6o3b5o3b3obob2ob3ob2obo4b
2o2b5o$bobob2ob3o2bobo2bo2b2ob2o3bobobo4bo2b2ob2o5bob3obob4o$7ob5o3bo
b2obob3ob3o4bo5b2o2b2o3bo2bobob3ob3o$bob2o2bob2o2b2ob3ob3obobo3bob2o2b
ob2o5bo2b2o6b2o$4b3o7b2obobobo3b2o3bo5b2o3bob2o2bo2bo3bo$3b2ob2o2bobo
2bo4b3ob2o2b3ob2ob5o3bobo2b2ob3o4bob2obo$b2o2b2ob2obo2b2o2b4o2bo3b3o3b
3ob2o3b5obob4ob2o$2b3ob6o3bob7ob3o2bob3o2bo2bo2b3ob2obobo2b4o$o4bo7bo
2bo3b5o2b4o3b2o2bo2bo2b2obob2o2b3o$7bo5bob7o3bo2bob2o2bob3o2bob4ob3o2b
obob2ob2obo$4o2b2o2bo2b2o5b3obo2b3ob4o2b2obo2b4obobo3b2o2b3ob2o$6ob3o
bo2bo2b2o3b3o7b2o7b2o4bob2ob2ob2ob3o$o3bo5bobob5obobob4obobo2b2ob2obo
b2o3bo2b4o2b5obo$5obob3ob3o2bobob5o2bob5ob3ob3obob2obob4ob3o2bobo$o2b
2o4bo3bo2bob2obob4o3bobo2b4obo2bob2o4bob2o2bo5bo$2o3b2o2bo4b2o2b3ob3o
3b6obo5b2obob2o3b2o2b3o4b2o$2obobob2o2bobob2ob3obo2b2o3b3o2b4o2b2obob
3ob4o3bobo2bo$2ob2ob2o3b6o3b2o2b3obobobo2b4o2bob2ob4obo4b2o5bo$2bobo2b
o4bob6obobo6b3o3bo2bob2o2bobo8bobo4bo$obob2obob3o3b3ob5obob2o2bo3bo3b
o3b6o4bobob2obob2o$5o2bobob2o2bobo2bo2bo4bo3bobob2obo2b2obo5b2o2bob2o
b4o$ob2o3b4o6bobo3bob3ob3obo2bo3bobobo2b2ob2o2bo3b2ob2o$4bo6b3o5bo2b4o
bobobo4bo2bobo2bo3bob3o2bob3o3bo$o2bobo5bo2bobobo5bob3o2bobobobo2b3o6b
2ob2obobob3obo$obo3bobobob2o2b3o3bo2bobob2ob4ob2o4bo3b2ob2o2b2obo5bo$
o3bo4b2obo4bobob3o4b3o2bob3o3bob4ob2ob2obo2b5o$bo6b2ob2obo3bo2b2obo2b
6o2bo2bo2b4o3b4ob4o2bo3bo$2ob3ob3o6b2o3b3ob2o2b3obo5bo2bob2o2bob2o2b2o
3bo3bo$4ob7obobob3obo2bo2b5o2b3ob2o5bob2o5bobo3b4o!
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

I am moving cities today, I may not be that active in the next 2 days.
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
hash0
Posts: 126
Joined: February 5th, 2026, 5:51 am
Location: Germany
Contact:

Re: NNlk05's Junkyard

Post by hash0 »

Good luck with the move!
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

I’m back now. I had no Internet the last few days.
Now to get through my 44 notifications and 2PMs…

———
confocaloid wrote: June 24th, 2024, 3:00 am The rules of Conway's Game of Life, written as a single rule that involves only four arithmetic operations:

"If the cell's current state is c and the number of alive neighbours is n, then the cell's state will be f(c,n) in the next generation."

Code: Select all

f(c,n) = (n-8) (n-7) (n-6) (n-5) (n-4) (n-1) n (cn-2n-3c+4) / 1440

Code: Select all

>>> [ [ (n-8)*(n-7)*(n-6)*(n-5)*(n-4)*(n-1)*n*(c*n-2*n-3*c+4) // 1440 for n in range(9) ] for c in range(2) ]
[[0, 0, 0, 1, 0, 0, 0, 0, 0], [0, 0, 1, 1, 0, 0, 0, 0, 0]]
Huh, what type of dark magic is this? Self reminder: look into this further.
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
MDA
Posts: 235
Joined: June 8th, 2026, 12:18 pm
Location: In Haven (B3-ry4acenqt5eir6-ek/S2-a3-a4nq5aeknr6-ak)
Contact:

Re: NNlk05's Junkyard

Post by MDA »

NNlk05 wrote: August 8th, 2026, 2:33 am
[…]

Code: Select all

[…]
Corderized (11c/48d, 90 engines):

Code: Select all

x = 733, y = 733, rule = B3-ekny/S2-ci3-cey4i
30b2o$30b2o2$30b2o$30b2o$62b2o$62b2o2$62b2o$26bo35b2o$25b3o66b2o$24b2o
2bo4bo7b2o51b2o$26b3o3bobo6b2o$94b2o$32b2o7b2o15bo35b2o$41b2o14b3o66b
2o$56b2o2bo4bo7b2o51b2o$58b3o3bobo6b2o$126b2o$30b2o32b2o7b2o15bo35b2o$
27b2o44b2o14b3o66b2o$28b3o57b2o2bo4bo7b2o51b2o$29bo60b3o3bobo6b2o$158b
2o$11bo50b2o32b2o7b2o15bo35b2o$10b2o47b2o44b2o14b3o66b2o$9b2obo47b3o
57b2o2bo4bo7b2o51b2o$10bobo7bo40bo60b3o3bobo6b2o$11b2o7b2o168b2o$21b2o
71b2o32b2o7b2o15bo35b2o$2ob2o14bobo69b2o44b2o14b3o66b2o$2ob2o14bo72b3o
57b2o2bo4bo7b2o51b2o$12bobo43b2o33bo60b3o3bobo6b2o$11bo2bo43b2o162b2o$
12bo113b2o32b2o7b2o15bo35b2o$58b2o63b2o44b2o14b3o66b2o$58b2o64b3o57b2o
2bo4bo7b2o51b2o$125bo60b3o3bobo6b2o$254b2o$158b2o32b2o7b2o15bo35b2o$
155b2o44b2o14b3o66b2o$11b2ob2o140b3o57b2o2bo4bo7b2o51b2o$11b2ob2o141bo
60b3o3bobo6b2o$69b2o215b2o$69b2o119b2o32b2o7b2o15bo35b2o$187b2o44b2o
14b3o66b2o$69b2o117b3o57b2o2bo4bo7b2o51b2o$69b2o118bo60b3o3bobo6b2o$
318b2o$222b2o32b2o7b2o15bo35b2o$219b2o44b2o14b3o66b2o$220b3o57b2o2bo4b
o7b2o51b2o$221bo60b3o3bobo6b2o$350b2o$80b2o172b2o32b2o7b2o15bo35b2o$
80b2o169b2o44b2o14b3o66b2o$16bo235b3o57b2o2bo4bo7b2o51b2o$15b2o63b2o
171bo60b3o3bobo6b2o$14b2obo14b2ob2o43b2o300b2o$15bobo7bo6b2ob2o249b2o
32b2o7b2o15bo35b2o$16b2o7b2o256b2o44b2o14b3o66b2o$26b2o256b3o57b2o2bo
4bo7b2o51b2o$5b2ob2o14bobo258bo60b3o3bobo6b2o$5b2ob2o14bo389b2o$17bobo
298b2o32b2o7b2o15bo35b2o$16bo2bo71b2o222b2o44b2o14b3o66b2o$17bo73b2o
223b3o57b2o2bo4bo7b2o51b2o$317bo60b3o3bobo6b2o$91b2o353b2o$43b2ob2o43b
2o257b2o32b2o7b2o15bo35b2o$43b2ob2o299b2o44b2o14b3o66b2o$348b3o57b2o2b
o4bo7b2o51b2o$349bo60b3o3bobo6b2o$16b2ob2o457b2o$16b2ob2o361b2o32b2o7b
2o15bo35b2o$379b2o44b2o14b3o66b2o$102b2o276b3o57b2o2bo4bo7b2o51b2o$
102b2o277bo60b3o3bobo6b2o$510b2o$102b2o310b2o32b2o7b2o15bo35b2o$54b2ob
2o43b2o307b2o44b2o14b3o66b2o$54b2ob2o353b3o57b2o2bo4bo7b2o51b2o$413bo
60b3o3bobo6b2o$542b2o$446b2o32b2o7b2o15bo35b2o$443b2o44b2o14b3o66b2o$
444b3o57b2o2bo4bo7b2o51b2o$113b2o330bo60b3o3bobo6b2o$21bo91b2o459b2o$
20b2o456b2o32b2o7b2o15bo35b2o$19b2obo90b2o360b2o44b2o14b3o66b2o$20bobo
7bo34b2ob2o43b2o361b3o57b2o2bo4bo7b2o51b2o$21b2o7b2o33b2ob2o407bo60b3o
3bobo6b2o$31b2o573b2o$10b2ob2o14bobo478b2o32b2o7b2o15bo35b2o$10b2ob2o
14bo477b2o44b2o14b3o66b2o$22bobo483b3o57b2o2bo4bo7b2o51b2o$21bo2bo484b
o60b3o3bobo6b2o$22bo101b2o512b2o$124b2o416b2o32b2o7b2o15bo35b2o$539b2o
44b2o14b3o66b2o$124b2o414b3o57b2o2bo4bo7b2o51b2o$76b2ob2o43b2o415bo60b
3o3bobo6b2o$76b2ob2o589b2o$574b2o32b2o7b2o15bo35b2o$21b2ob2o545b2o44b
2o14b3o64b2ob2o$21b2ob2o546b3o57b2o2bo4bo7b2o49b2ob2o$573bo60b3o3bobo
6b2o2$135b2o469b2o32b2o7b2o15bo$135b2o466b2o44b2o14b3o$604b3o57b2o2bo
4bo7b2o$135b2o468bo60b3o3bobo6b2o$87b2ob2o43b2o$87b2ob2o546b2o32b2o7b
2o15bo$635b2o44b2o14b3o$636b3o57b2o2bo4bo5b2ob2o$637bo60b3o3bobo4b2ob
2o2$670b2o32b2o$26bo119b2o519b2o$25b2o119b2o520b3o$24b2obo641bo$25bobo
7bo110b2o$26b2o7b2o61b2ob2o43b2o554b2o$36b2o60b2ob2o596b2o$15b2ob2o14b
obo663b3o$15b2ob2o14bo666bo$27bobo$26bo2bo$27bo$157b2o$157b2o2$157b2o
565bo$109b2ob2o43b2o564b3o$109b2ob2o608b2o2bo4bo$26b2ob2o693b3o3bobo$
26b2ob2o$730b2o3$168b2o$168b2o$728b2o$168b2o555b2o$120b2ob2o43b2o556b
3o$120b2ob2o602bo2$709bo$708b2o$707b2obo$31bo676bobo7bo$30b2o147b2o
528b2o7b2o$29b2obo146b2o538b2o$30bobo7bo676bobo$31b2o7b2o137b2o536bo$
41b2o88b2ob2o43b2o529bobo$20b2ob2o14bobo89b2ob2o573bo2bo$20b2ob2o14bo
659bo10bo$32bobo663b3o$31bo2bo662b2o2bo4bo$32bo666b3o3bobo2$190b2o513b
2o$190b2o2$190b2o$142b2ob2o43b2o$31b2ob2o106b2ob2o556b2o$31b2ob2o664b
2o$701b3o$702bo2$684bo$201b2o480b2o$201b2o479b2obo$683bobo7bo$201b2o
481b2o7b2o$153b2ob2o43b2o491b2o$153b2ob2o534bobo$692bo$685bobo$684bo2b
o$36bo637bo10bo$35b2o636b3o$34b2obo174b2o458b2o2bo4bo$35bobo7bo166b2o
460b3o3bobo$36b2o7b2o$46b2o164b2o466b2o$25b2ob2o14bobo117b2ob2o43b2o$
25b2ob2o14bo119b2ob2o$37bobo$36bo2bo$37bo640b2o$675b2o$676b3o$223b2o
452bo$223b2o$659bo$223b2o433b2o$36b2ob2o134b2ob2o43b2o432b2obo$36b2ob
2o134b2ob2o478bobo7bo$659b2o7b2o$669b2o$667bobo$667bo$660bobo$234b2o
423bo2bo$234b2o413bo10bo$648b3o$234b2o411b2o2bo4bo$186b2ob2o43b2o413b
3o3bobo$186b2ob2o$655b2o2$41bo$40b2o$39b2obo$40bobo7bo194b2o406b2o$41b
2o7b2o193b2o403b2o$51b2o598b3o$30b2ob2o14bobo193b2o405bo$30b2ob2o14bo
147b2ob2o43b2o$42bobo152b2ob2o432bo$41bo2bo588b2o$42bo589b2obo$633bobo
7bo$634b2o7b2o$644b2o$256b2o384bobo$256b2o384bo$635bobo$41b2ob2o210b2o
376bo2bo$41b2ob2o162b2ob2o43b2o366bo10bo$208b2ob2o410b3o$622b2o2bo4bo$
624b3o3bobo2$630b2o2$267b2o$267b2o2$267b2o359b2o$219b2ob2o43b2o356b2o$
219b2ob2o402b3o$627bo$46bo$45b2o562bo$44b2obo560b2o$45bobo7bo551b2obo$
46b2o7b2o221b2o328bobo7bo$56b2o220b2o329b2o7b2o$35b2ob2o14bobo562b2o$
35b2ob2o14bo223b2o337bobo$47bobo180b2ob2o43b2o337bo$46bo2bo180b2ob2o
375bobo$47bo561bo2bo$599bo10bo$598b3o$597b2o2bo4bo$599b3o3bobo$289b2o$
289b2o314b2o$46b2ob2o$46b2ob2o238b2o$241b2ob2o43b2o$241b2ob2o$603b2o$
600b2o$601b3o$602bo2$300b2o282bo$300b2o281b2o$582b2obo$300b2o281bobo7b
o$252b2ob2o43b2o282b2o7b2o$252b2ob2o337b2o$51bo540bobo$50b2o540bo$49b
2obo532bobo$50bobo7bo523bo2bo$51b2o7b2o512bo10bo$61b2o248b2o260b3o$40b
2ob2o14bobo249b2o259b2o2bo4bo$40b2ob2o14bo514b3o3bobo$52bobo256b2o$51b
o2bo208b2ob2o43b2o267b2o$52bo210b2ob2o4$578b2o$575b2o$322b2o252b3o$51b
2ob2o266b2o253bo$51b2ob2o$322b2o235bo$274b2ob2o43b2o234b2o$274b2ob2o
278b2obo$558bobo7bo$559b2o7b2o$569b2o$567bobo$567bo$333b2o225bobo$333b
2o224bo2bo$549bo10bo$333b2o213b3o$285b2ob2o43b2o212b2o2bo4bo$56bo228b
2ob2o259b3o3bobo$55b2o$54b2obo497b2o$55bobo7bo$56b2o7b2o$66b2o$45b2ob
2o14bobo277b2o$45b2ob2o14bo279b2o207b2o$57bobo490b2o$56bo2bo284b2o205b
3o$57bo238b2ob2o43b2o206bo$296b2ob2o$534bo$533b2o$532b2obo$533bobo7bo$
534b2o7b2o$56b2ob2o294b2o187b2o$56b2ob2o294b2o185bobo$542bo$355b2o178b
obo$307b2ob2o43b2o177bo2bo$307b2ob2o212bo10bo$523b3o$522b2o2bo4bo$524b
3o3bobo2$530b2o$366b2o$366b2o2$366b2o$61bo256b2ob2o43b2o160b2o$60b2o
256b2ob2o202b2o$59b2obo463b3o$60bobo7bo456bo$61b2o7b2o$71b2o436bo$50b
2ob2o14bobo436b2o$50b2ob2o14bo307b2o128b2obo$62bobo312b2o129bobo7bo$
61bo2bo444b2o7b2o$62bo314b2o140b2o$329b2ob2o43b2o138bobo$329b2ob2o183b
o$510bobo$509bo2bo$499bo10bo$498b3o$61b2ob2o431b2o2bo4bo$61b2ob2o322b
2o109b3o3bobo$388b2o$505b2o$388b2o$340b2ob2o43b2o$340b2ob2o2$503b2o$
500b2o$501b3o$502bo$399b2o$399b2o83bo$483b2o$66bo332b2o81b2obo$65b2o
284b2ob2o43b2o82bobo7bo$64b2obo283b2ob2o128b2o7b2o$65bobo7bo418b2o$66b
2o7b2o415bobo$76b2o414bo$55b2ob2o14bobo408bobo$55b2ob2o14bo409bo2bo$
67bobo340b2o62bo10bo$66bo2bo340b2o61b3o$67bo404b2o2bo4bo$410b2o62b3o3b
obo$362b2ob2o43b2o$362b2ob2o113b2o4$66b2ob2o$66b2ob2o407b2o$421b2o52b
2o$421b2o53b3o$477bo$421b2o$373b2ob2o43b2o36bo$373b2ob2o80b2o$457b2obo
$458bobo7bo$459b2o7b2o$469b2o$467bobo$432b2o33bo$432b2o26bobo$71bo387b
o2bo$70b2o360b2o15bo10bo$69b2obo311b2ob2o43b2o14b3o$70bobo7bo303b2ob2o
58b2o2bo4bo$71b2o7b2o367b3o3bobo$81b2o$60b2ob2o14bobo373b2o$60b2ob2o
14bo$72bobo$71bo2bo$72bo$453b2o$450b2o$395b2ob2o51b3o$395b2ob2o52bo3$
71b2ob2o$71b2ob2o6$406b2ob2o$406b2ob2o7$76bo$75b2o$74b2obo$75bobo7bo$
76b2o7b2o$86b2o$65b2ob2o14bobo$65b2ob2o14bo326bo$77bobo330b2o$76bo2bo
329b2obo$77bo332bobo7bo$411b2o7b2o$421b2o$419bobo$419bo$412bobo$411bo
2bo$76b2ob2o320bo10bo$76b2ob2o319b3o$399b2o2bo4bo$401b3o3bobo2$407b2o
5$405b2o$402b2o$403b3o$404bo2$81bo304bo$80b2o303b2o$79b2obo301b2obo$
80bobo7bo294bobo7bo$81b2o7b2o294b2o7b2o$91b2o303b2o$70b2ob2o14bobo302b
obo$70b2ob2o14bo304bo$82bobo302bobo$81bo2bo301bo2bo$82bo293bo10bo$375b
3o$374b2o2bo4bo$376b3o3bobo2$382b2o2$81b2ob2o$81b2ob2o2$380b2o$377b2o$
378b3o$379bo2$361bo$360b2o$359b2obo$360bobo7bo$361b2o7b2o$371b2o$369bo
bo$86bo282bo$85b2o275bobo$84b2obo273bo2bo$85bobo7bo255bo10bo$86b2o7b2o
253b3o$96b2o251b2o2bo4bo$75b2ob2o14bobo254b3o3bobo$75b2ob2o14bo$87bobo
267b2o$86bo2bo$87bo3$355b2o$352b2o$353b3o$354bo$86b2ob2o$86b2ob2o245bo
$335b2o$334b2obo$335bobo7bo$336b2o7b2o$346b2o$344bobo$344bo$337bobo$
336bo2bo$326bo10bo$325b3o$324b2o2bo4bo$326b3o3bobo$91bo$90b2o240b2o$
89b2obo$90bobo7bo$91b2o7b2o$101b2o$80b2ob2o14bobo228b2o$80b2ob2o14bo
227b2o$92bobo233b3o$91bo2bo234bo$92bo$311bo$310b2o$309b2obo$310bobo7bo
$311b2o7b2o$321b2o$91b2ob2o223bobo$91b2ob2o223bo$312bobo$311bo2bo$301b
o10bo$300b3o$299b2o2bo4bo$301b3o3bobo2$307b2o5$305b2o$96bo205b2o$95b2o
206b3o$94b2obo206bo$95bobo7bo$96b2o7b2o179bo$106b2o177b2o$85b2ob2o14bo
bo177b2obo$85b2ob2o14bo180bobo7bo$97bobo186b2o7b2o$96bo2bo196b2o$97bo
196bobo$294bo$287bobo$286bo2bo$276bo10bo$275b3o$274b2o2bo4bo$96b2ob2o
175b3o3bobo$96b2ob2o$282b2o5$280b2o$277b2o$278b3o$279bo2$261bo$260b2o$
259b2obo$101bo158bobo7bo$100b2o159b2o7b2o$99b2obo168b2o$100bobo7bo158b
obo$101b2o7b2o157bo$111b2o149bobo$90b2ob2o14bobo149bo2bo$90b2ob2o14bo
141bo10bo$102bobo145b3o$101bo2bo144b2o2bo4bo$102bo148b3o3bobo2$257b2o
5$101b2ob2o149b2o$101b2ob2o146b2o$253b3o$254bo2$236bo$235b2o$234b2obo$
235bobo7bo$236b2o7b2o$246b2o$244bobo$244bo$237bobo$236bo2bo$106bo119bo
10bo$105b2o118b3o$104b2obo116b2o2bo4bo$105bobo7bo110b3o3bobo$106b2o7b
2o$116b2o114b2o$95b2ob2o14bobo$95b2ob2o14bo$107bobo$106bo2bo$107bo122b
2o$227b2o$228b3o$229bo2$211bo$210b2o$106b2ob2o98b2obo$106b2ob2o99bobo
7bo$211b2o7b2o$221b2o$219bobo$219bo$212bobo$211bo2bo$201bo10bo$200b3o$
199b2o2bo4bo$201b3o3bobo2$207b2o2$111bo$110b2o$109b2obo$110bobo7bo84b
2o$111b2o7b2o80b2o$121b2o80b3o$100b2ob2o14bobo82bo$100b2ob2o14bo$112bo
bo71bo$111bo2bo70b2o$112bo71b2obo$185bobo7bo$186b2o7b2o$196b2o$194bobo
$194bo$187bobo$111b2ob2o70bo2bo$111b2ob2o60bo10bo$175b3o$174b2o2bo4bo$
176b3o3bobo2$182b2o5$180b2o$177b2o$178b3o$179bo$116bo$115b2o44bo$114b
2obo42b2o$115bobo7bo33b2obo$105b2o9b2o7b2o33bobo7bo$105b2o19b2o33b2o7b
2o$124bobo44b2o$105b2o17bo44bobo$105b2o10bobo49bo$116bo2bo42bobo$117bo
43bo2bo$151bo10bo$150b3o$149b2o2bo4bo$151b3o3bobo$116b2o$116b2o39b2o2$
116b2o$116b2o2$155b2o$152b2o$153b3o$154bo2$136bo$135b2o$134b2obo$135bo
bo7bo$136b2o7b2o$146b2o$144bobo$144bo$137bobo$136bo2bo$137bo!
Edit (August 15th, 2026, 9:09 AM): Reduced (44 engines):

Code: Select all

x = 381, y = 381, rule = B3-ekny/S2-ci3-cey4i
30b2o$30b2o2$30b2o$30b2o$62b2o$62b2o2$62b2o$26bo35b2o$25b3o66b2o$24b2o
2bo4bo7b2o51b2o$26b3o3bobo6b2o$94b2o$32b2o7b2o15bo35b2o$41b2o14b3o66b
2o$56b2o2bo4bo7b2o51b2o$58b3o3bobo6b2o$126b2o$30b2o32b2o7b2o15bo35b2o$
27b2o44b2o14b3o66b2o$28b3o57b2o2bo4bo7b2o51b2o$29bo60b3o3bobo6b2o$158b
2o$11bo50b2o32b2o7b2o15bo35b2o$10b2o47b2o44b2o14b3o66b2o$9b2obo47b3o
57b2o2bo4bo7b2o51b2o$10bobo7bo40bo60b3o3bobo6b2o$11b2o7b2o168b2o$21b2o
71b2o32b2o7b2o15bo35b2o$2ob2o14bobo69b2o44b2o14b3o66b2o$2ob2o14bo72b3o
57b2o2bo4bo7b2o51b2o$12bobo78bo60b3o3bobo6b2o$11bo2bo207b2o$12bo113b2o
32b2o7b2o15bo35b2o$123b2o44b2o14b3o66b2o$65b2o57b3o57b2o2bo4bo7b2o51b
2o$65b2o58bo60b3o3bobo6b2o$254b2o$65b2o91b2o32b2o7b2o15bo35b2o$65b2o
88b2o44b2o14b3o66b2o$11b2ob2o140b3o57b2o2bo4bo7b2o51b2o$11b2ob2o141bo
60b3o3bobo6b2o$286b2o$190b2o32b2o7b2o15bo35b2o$187b2o44b2o14b3o66b2o$
188b3o57b2o2bo4bo7b2o51b2o$76b2o111bo60b3o3bobo6b2o$76b2o240b2o$222b2o
32b2o7b2o15bo35b2o$76b2o141b2o44b2o14b3o64b2ob2o$76b2o142b3o57b2o2bo4b
o7b2o49b2ob2o$221bo60b3o3bobo6b2o2$254b2o32b2o7b2o15bo$251b2o44b2o14b
3o$16bo235b3o57b2o2bo4bo7b2o$15b2o236bo60b3o3bobo6b2o$14b2obo69b2o$15b
obo7bo61b2o197b2o32b2o7b2o15bo$16b2o7b2o256b2o44b2o14b3o$26b2o59b2o
195b3o57b2o2bo4bo5b2ob2o$5b2ob2o14bobo60b2o196bo60b3o3bobo4b2ob2o$5b2o
b2o14bo$17bobo298b2o32b2o$16bo2bo16b2ob2o274b2o$17bo18b2ob2o275b3o$
317bo2$98b2o250b2o$98b2o247b2o$348b3o$98b2o249bo$16b2ob2o77b2o$16b2ob
2o2$47b2ob2o$47b2ob2o2$372bo$109b2o260b3o$109b2o259b2o2bo4bo$372b3o3bo
bo$109b2o$109b2o267b2o3$58b2ob2o$21bo36b2ob2o$20b2o354b2o$19b2obo350b
2o$20bobo7bo89b2o252b3o$21b2o7b2o88b2o253bo$31b2o$10b2ob2o14bobo88b2o
235bo$10b2ob2o14bo90b2o234b2o$22bobo330b2obo$21bo2bo331bobo7bo$22bo46b
2ob2o283b2o7b2o$69b2ob2o293b2o$365bobo$365bo$131b2o225bobo$131b2o224bo
2bo$347bo10bo$21b2ob2o105b2o213b3o$21b2ob2o105b2o212b2o2bo4bo$347b3o3b
obo2$80b2ob2o268b2o$80b2ob2o3$142b2o$142b2o207b2o$348b2o$142b2o205b3o$
142b2o206bo2$332bo$26bo64b2ob2o235b2o$25b2o64b2ob2o234b2obo$24b2obo
303bobo7bo$25bobo7bo296b2o7b2o$26b2o7b2o116b2o187b2o$36b2o115b2o185bob
o$15b2ob2o14bobo303bo$15b2ob2o14bo118b2o178bobo$27bobo123b2o177bo2bo$
26bo2bo292bo10bo$27bo293b3o$102b2ob2o213b2o2bo4bo$102b2ob2o215b3o3bobo
2$328b2o$164b2o$164b2o$26b2ob2o$26b2ob2o133b2o$164b2o160b2o$323b2o$
324b3o$113b2ob2o207bo$113b2ob2o$307bo$306b2o$175b2o128b2obo$175b2o129b
obo7bo$307b2o7b2o$175b2o140b2o$175b2o138bobo$315bo$31bo276bobo$30b2o
92b2ob2o178bo2bo$29b2obo91b2ob2o168bo10bo$30bobo7bo255b3o$31b2o7b2o
253b2o2bo4bo$41b2o143b2o109b3o3bobo$20b2ob2o14bobo144b2o$20b2ob2o14bo
263b2o$32bobo151b2o$31bo2bo151b2o$32bo2$135b2ob2o161b2o$135b2ob2o158b
2o$299b3o$300bo$197b2o$31b2ob2o161b2o83bo$31b2ob2o245b2o$197b2o81b2obo
$197b2o82bobo7bo$282b2o7b2o$292b2o$146b2ob2o139bobo$146b2ob2o139bo$
283bobo$282bo2bo$208b2o62bo10bo$208b2o61b3o$270b2o2bo4bo$208b2o62b3o3b
obo$208b2o$36bo241b2o$35b2o$34b2obo119b2ob2o$35bobo7bo111b2ob2o$36b2o
7b2o$46b2o228b2o$25b2ob2o14bobo172b2o52b2o$25b2ob2o14bo174b2o53b3o$37b
obo235bo$36bo2bo179b2o$37bo181b2o36bo$256b2o$255b2obo$168b2ob2o83bobo
7bo$168b2ob2o84b2o7b2o$267b2o$265bobo$36b2ob2o189b2o33bo$36b2ob2o189b
2o26bobo$257bo2bo$230b2o15bo10bo$230b2o14b3o$245b2o2bo4bo$247b3o3bobo$
179b2ob2o$179b2ob2o69b2o5$251b2o$248b2o$41bo207b3o$40b2o208bo$39b2obo$
40bobo7bo139b2ob2o$41b2o7b2o138b2ob2o$51b2o$30b2ob2o14bobo$30b2ob2o14b
o$42bobo$41bo2bo$42bo4$201b2ob2o$201b2ob2o2$41b2ob2o$41b2ob2o11$206bo$
205b2o$204b2obo$46bo158bobo7bo$45b2o159b2o7b2o$44b2obo168b2o$45bobo7bo
158bobo$46b2o7b2o157bo$56b2o149bobo$35b2ob2o14bobo149bo2bo$35b2ob2o14b
o141bo10bo$47bobo145b3o$46bo2bo144b2o2bo4bo$47bo148b3o3bobo2$202b2o5$
46b2ob2o149b2o$46b2ob2o146b2o$198b3o$199bo2$181bo$180b2o$179b2obo$180b
obo7bo$181b2o7b2o$191b2o$189bobo$189bo$182bobo$181bo2bo$51bo119bo10bo$
50b2o118b3o$49b2obo116b2o2bo4bo$50bobo7bo110b3o3bobo$51b2o7b2o$61b2o
114b2o$40b2ob2o14bobo$40b2ob2o14bo$52bobo$51bo2bo$52bo122b2o$172b2o$
173b3o$174bo2$156bo$155b2o$51b2ob2o98b2obo$51b2ob2o99bobo7bo$156b2o7b
2o$166b2o$164bobo$164bo$157bobo$156bo2bo$146bo10bo$145b3o$144b2o2bo4bo
$146b3o3bobo2$152b2o2$56bo$55b2o$54b2obo$55bobo7bo84b2o$56b2o7b2o80b2o
$66b2o80b3o$45b2ob2o14bobo82bo$45b2ob2o14bo$57bobo71bo$56bo2bo70b2o$
57bo71b2obo$130bobo7bo$131b2o7b2o$141b2o$139bobo$139bo$132bobo$56b2ob
2o70bo2bo$56b2ob2o60bo10bo$120b3o$119b2o2bo4bo$121b3o3bobo2$127b2o5$
125b2o$122b2o$123b3o$124bo$61bo$60b2o44bo$59b2obo42b2o$60bobo7bo33b2ob
o$50b2o9b2o7b2o33bobo7bo$50b2o19b2o33b2o7b2o$69bobo44b2o$50b2o17bo44bo
bo$50b2o10bobo49bo$61bo2bo42bobo$62bo43bo2bo$96bo10bo$95b3o$94b2o2bo4b
o$96b3o3bobo$61b2o$61b2o39b2o2$61b2o$61b2o2$100b2o$97b2o$98b3o$99bo2$
81bo$80b2o$79b2obo$80bobo7bo$81b2o7b2o$91b2o$89bobo$89bo$82bobo$81bo2b
o$82bo!
My website (a database of Life objects, WIP).
GlidINT has been released!

Code: Select all

x = 5, y = 17, rule = B3-ry4acenqt5eir6-ek/S2-a3-a4nq5aeknr6-akHistory
C$2C$.2C$2C11$.3D$3.D$2.3D!
[[ STOP 72 ]]
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

I installed Linux on my new laptop!
Stats, open for sharing compute.

Code: Select all

nnlk05@nnlk05-Bellator-5060:~$ nvidia-smi 
Sat Aug 15 05:39:21 2026       
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 610.43.02              KMD Version: 610.43.02     CUDA UMD Version: 13.3     |
+-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 5060 ...    Off |   00000000:01:00.0 Off |                  N/A |
| N/A   43C    P8              3W /  100W |      15MiB /   8151MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A            1721      G   /usr/lib/xorg/Xorg                        4MiB |

nnlk05@nnlk05-Bellator-5060:~$ lscpu
Architecture:                x86_64
  CPU op-mode(s):            32-bit, 64-bit
  Address sizes:             42 bits physical, 48 bits virtual
  Byte Order:                Little Endian
CPU(s):                      18
  On-line CPU(s) list:       0-17
Vendor ID:                   GenuineIntel
  Model name:                Intel(R) Core(TM) Ultra 7 251HX
    CPU family:              6
    Model:                   198
    Thread(s) per core:      1
    Core(s) per socket:      18
    Socket(s):               1
    Stepping:                2
    CPU(s) scaling MHz:      25%
    CPU max MHz:             5100.0000
    CPU min MHz:             800.0000
    BogoMIPS:                6528.00
    Flags:                   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_
                             cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bm
                             i2 erms invpcid rdt_a rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni lam wbnoinvd dtherm arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req hfi vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid bus_loc
                             k_detect movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities
Virtualization features:     
  Virtualization:            VT-x
Caches (sum of all):         
  L1d:                       544 KiB (14 instances)
  L1i:                       896 KiB (14 instances)
  L2:                        30 MiB (9 instances)
  L3:                        30 MiB (1 instance)
NUMA:                        
  NUMA node(s):              1
  NUMA node0 CPU(s):         0-17
Vulnerabilities:             
  Gather data sampling:      Not affected
  Ghostwrite:                Not affected
  Indirect target selection: Not affected
  Itlb multihit:             Not affected
  L1tf:                      Not affected
  Mds:                       Not affected
  Meltdown:                  Not affected
  Mmio stale data:           Not affected
  Old microcode:             Not affected
  Reg file data sampling:    Not affected
  Retbleed:                  Not affected
  Spec rstack overflow:      Not affected
  Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
  Spectre v1:                Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:                Mitigation; Enhanced / Automatic IBRS; IBPB conditional; PBRSB-eIBRS Not affected; BHI BHI_DIS_S
  Srbds:                     Not affected
  Tsa:                       Not affected
  Tsx async abort:           Not affected
  Vmscape:                   Mitigation; IBPB before exit to userspace

Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
MDA
Posts: 235
Joined: June 8th, 2026, 12:18 pm
Location: In Haven (B3-ry4acenqt5eir6-ek/S2-a3-a4nq5aeknr6-ak)
Contact:

Re: NNlk05's Junkyard

Post by MDA »

MDA wrote: August 15th, 2026, 4:04 am
NNlk05 wrote: August 8th, 2026, 2:33 am
[…]

Code: Select all

[…]
[…]
Weird conga-line wickstretcher:

Code: Select all

x = 58, y = 38, rule = B3-ekny/S2-ci3-cey4i
4b2o$3bobo$3o$2obobo$4b2o17bo$2o18b2o$2o17bobobo$18bo4b2o2b2o$19bobob
2o3b2o$20b2obo3b2o$23bo2bo$22bo2b2o$23b3o$11b2o11bo$11b2o2$11b2o38bo$
11b2o37bobo$49bo3bo$49b2ob2o$55bo$48bob5obo$51b2o3b2o$55b2o$22b2o30b2o
$21bobo27bobo$20bo30b3o$21bobo28bo$22b2o17bo$38b2o$37bobobo$36bo4b2o2b
2o$37bobob2o3b2o$38b2obo3b2o$41bo2bo$40bo2b2o$41b3o$42bo!
My website (a database of Life objects, WIP).
GlidINT has been released!

Code: Select all

x = 5, y = 17, rule = B3-ry4acenqt5eir6-ek/S2-a3-a4nq5aeknr6-akHistory
C$2C$.2C$2C11$.3D$3.D$2.3D!
[[ STOP 72 ]]
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

NNlk05 wrote: August 14th, 2026, 6:08 pm Huh, what type of dark magic is this? Self reminder: look into this further.
I asked a LLM because I plundered on this for way too long
I wrote:How do this work?
The rules of Conway's Game of Life, written as a single rule that involves only four arithmetic operations:

"If the cell's current state is c and the number of alive neighbours is n, then the cell's state will be f(c,n) in the next generation."
```
f(c,n) = (n-8) (n-7) (n-6) (n-5) (n-4) (n-1) n (cn-2n-3c+4) / 1440
```
```
>>> [ [ (n-8)*(n-7)*(n-6)*(n-5)*(n-4)*(n-1)*n*(c*n-2*n-3*c+4) // 1440 for n in range(9) ] for c in range(2) ]
[[0, 0, 0, 1, 0, 0, 0, 0, 0], [0, 0, 1, 1, 0, 0, 0, 0, 0]]
```
LLM wrote: This is a clever **polynomial encoding** of Conway's Game of Life rules into a single formula. Here's how it works:

## The Rules Being Encoded

Conway's Game of Life has just three rules:
- **Dead cell (c=0)** → becomes alive only if it has **exactly 3 alive neighbors**
- **Live cell (c=1)** → survives only if it has **2 or 3 alive neighbors**
- **All other cases** → cell dies or stays dead

## How the Formula Encodes This

The key is the product of factors: **(n-8)(n-7)(n-6)(n-5)(n-4)(n-1)n**

This product is **zero** whenever n ∈ {0, 1, 4, 5, 6, 7, 8}. These are exactly the neighbor counts where cells should die. The product is **non-zero** only when n ∈ {2, 3}, the survival counts.

The final factor **(cn - 2n - 3c + 4)** distinguishes between live and dead cells:
- When **c = 0** (dead): this becomes **-2n + 4**, which is zero only when **n = 2** (dead cells shouldn't survive with 2 neighbors)
- When **c = 1** (alive): this becomes **-n + 1**, which is zero when **n = 1** (live cells shouldn't survive with 1 neighbor)

## The Output Table

```
[[0, 0, 0, 1, 0, 0, 0, 0, 0], ← c=0 (dead): survives only at n=3
[0, 0, 1, 1, 0, 0, 0, 0, 0]] ← c=1 (alive): survives at n=2 and n=3
```

The **1440 divisor** is just a scaling constant—it normalizes the polynomial so the result is exactly **1** for living cells and **0** for dead ones, using integer division.

The elegance is that one polynomial captures all the logic that normally requires conditional statements!
LLM, again wrote: This formula works by using the properties of polynomials to "zero out" all outcomes that don't match the rules of the Game of Life. In the game, a cell is alive in the next generation only if it is a dead cell with exactly 3 neighbors or a live cell with 2 or 3 neighbors.

The long product $(n-8)(n-7)(n-6)(n-5)(n-4)(n-1)n$ acts as a filter. If the number of neighbors $n$ is any of the values $0, 1, 4, 5, 6, 7, \text{or } 8$, one of these terms becomes zero, which makes the entire result zero regardless of the cell's current state $c$. This automatically handles all the cases where a cell must die or stay dead.

This leaves only two possible values for $n$ where the result could be non-zero: 2 and 3. The final term $(cn - 2n - 3c + 4)$ and the divisor $1440$ are designed to produce exactly 1 or 0 for these remaining cases.

When $n=2$, the product of the first seven terms is $-1440$. The final term simplifies to $(-c)$. Multiplying $-1440$ by $-c$ gives $1440c$. When divided by $1440$, the result is $c$. This means if the cell was alive ($c=1$), it stays alive; if it was dead ($c=0$), it stays dead.

When $n=3$, the product of the first seven terms is $-720$. The final term simplifies to $-2$. Multiplying $-720$ by $-2$ gives $1440$. When divided by $1440$, the result is $1$ regardless of whether $c$ is $0$ or $1$. This ensures that any cell with exactly 3 neighbors becomes or remains alive.
I wrote: Write a Python program to generate an expression like this, taking in a rule in B/S format.
LLM wrote: To generate an expression like this, you need to construct a polynomial that acts as a lookup table. Since the state $c$ is binary ($0$ or $1$) and the number of neighbors $n$ is a small integer ($0$ to $8$), this is a problem of **polynomial interpolation**.

The most reliable way to do this for any B/S rule is to create two separate polynomials—one for the "Birth" conditions (where $c=0$) and one for the "Survival" conditions (where $c=1$)—and then combine them using the term $(1-c)$ and $c$ as switches.

Here is a Python program using the `sympy` library to handle the symbolic algebra and simplification.

```python

Code: Select all

import sympy as sp

def generate_life_formula(rule_str):
    """
    Generates a polynomial expression for a B/S cellular automaton rule.
    Example input: "B3/S23"
    """
    # 1. Parse the B/S rule
    try:
        b_part, s_part = rule_str.upper().split('/')
        births = [int(d) for d in b_part[1:]]
        survivals = [int(d) for d in s_part[1:]]
    except (ValueError, IndexError):
        return "Invalid rule format. Please use 'B.../S...'"

    c, n = sp.symbols('c n')

    def lagrange_poly(target_set):
        """
        Creates a polynomial that is 1 if n is in target_set, 
        and 0 for all other integers in the range [0, 8].
        """
        poly = 0
        for i in target_set:
            # The Lagrange basis polynomial L_i(n)
            # L_i(n) = Product_{j!=i} (n - j) / (i - j)
            num = 1
            den = 1
            for j in range(9):
                if j == i: 
                    continue
                num *= (n - j)
                den *= (i - j)
            poly += num / den
        return poly

    # 2. Create polynomials for dead cells (c=0) and live cells (c=1)
    # p_birth(n) is 1 if n is a birth number, 0 otherwise
    # p_survival(n) is 1 if n is a survival number, 0 otherwise
    p_birth = lagrange_poly(births)
    p_survival = lagrange_poly(survivals)

    # 3. Combine them using c as a switch:
    # When c=0, (1-c) is 1 and c is 0 -> Result is p_birth
    # When c=1, (1-c) is 0 and c is 1 -> Result is p_survival
    f = (1 - c) * p_birth + c * p_survival

    # 4. Convert to a single fraction (Numerator / Denominator)
    expr = sp.simplify(f)
    num, den = sp.fraction(expr)
    
    # Ensure denominator is positive for cleaner output
    if den < 0:
        num = -num
        den = -den

    return f"f(c, n) = {num} / {den}"

def verify_formula(rule_str, formula_str):
    """Tests the generated formula against the B/S rule logic."""
    # Parse the formula string back into a sympy object
    expr_str = formula_str.split('=')[1].strip()
    expr = sp.sympify(expr_str)
    c_sym, n_sym = sp.symbols('c n')

    # Parse the rule
    b_part, s_part = rule_str.upper().split('/')
    births = [int(d) for d in b_part[1:]]
    survivals = [int(d) for d in s_part[1:]]

    print(f"\nVerifying {rule_str}...")
    for c_val in [0, 1]:
        for n_val in range(9):
            # Determine expected result based on B/S rules
            if c_val == 0:
                expected = 1 if n_val in births else 0
            else:
                expected = 1 if n_val in survivals else 0
            
            # Evaluate the polynomial
            actual = expr.subs({c_sym: c_val, n_sym: n_val})
            
            if float(actual) != expected:
                print(f"FAILED: c={c_val}, n={n_val} | Expected {expected}, got {actual}")
                return False
                
    print("All 18 cases (c=0,1 and n=0-8) passed!")
    return True

if __name__ == "__main__":
    # You can change this to any B/S rule, e.g., "B36/S23" (HighLife)
    user_rule = "B3/S23" 
    
    result_formula = generate_life_formula(user_rule)
    print(f"Rule: {user_rule}")
    print(f"Formula: {result_formula}")
    
    verify_formula(user_rule, result_formula)
```

Code: Select all

from time import time_ns
from hashlib import sha256
from copy import deepcopy

RLE_HEADER = "x=0,y=0,rule=B3/S23"
BASE_SOUP: list[list[int]] = [
    [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
]

def genSoup() -> None:
    curr_time = time_ns()
    hash_bytes = sha256(str(curr_time).encode("utf-8")).digest()
    hash_int = int.from_bytes(hash_bytes, byteorder="big")

    soup = deepcopy(BASE_SOUP)

    bit_index = 0
    for row in range(3, len(soup)):
        for col in range(len(soup[row])):
            if bit_index < 256:
                bit = (hash_int >> (255 - bit_index)) & 1
                soup[row][col] = bit
                bit_index += 1
    
    print(RLE_HEADER)
    
    for row in soup:
        for cell in row:
            print('o' if cell == 1 else 'b', end='')
        print('$')
    
    print('!')



def main() -> None:
    while True:
        genSoup()

if __name__ == "___main__":
     main()
     

Code: Select all

x = 64, y = 64, rule = B2i37c/S2-n3-ai4a
b2obo2b2o3b3o2bo2bobo2b2obo2b2obobo3bob2o3bobo2bob3obo2b3o$b7o3b5ob4o
bo4b4obo5b5ob3o4b3o2bobo2bo$2ob2o2b3ob7o2bo2bo3bobobo2b2ob2ob3o2b4obo
4bobob3o$2ob2obobobo3bo3b2o3b2obo4bo3bo2bo2bob5o4b3o2bob2obo$o2b2o2bo
b2o3b3obo3b4o3b2ob3ob7o2bob2obobobo2bo3b3o$o2bobob2o2b5obo2b9ob5o2bob
o3bob2ob2o2b2o3bo2bobo$b2o2b7o4bo2bo2bo2b2o3b2obobo4bo2b3ob2ob2o3b2ob
o3bo$b10obob2obobo3bo2bo2b3o2bo2bobo2bob2ob5obob2ob4obo$3bo2b4obo2bo2b
4obo5b4obo3bo3b2ob2ob2ob2o2b2o3b2obo$bobobobo7bob2obo3bob2o2b2o2b3o2b
o2b3o3bob3o3b3o2bo$3ob2o3b5o3bobo2bo5bobo2b2obo7bo3bo2bo2b2obo3b2o$2o
3bob5ob3o2b2o4bo2bob2o3bo5b2ob3o2bo2b2obobobobo$2b3ob2obo2b2o2bo2b4ob
ob2obobo2bobobobobob2obobo2b2obob3o$b3o2bob3ob7o5bob4obobo5b4o3b4o4bo
2b5o$bo3bob2obobo6bob2o2bo2bobobobo4b4ob2ob2ob3o3bo2bo2bo$2bo3bo2b3o3b
obo2bo2b3o3bob2obobo2b2ob3o3bob2ob2obobo4bo$bo4b3obobo2bo2bo3bob2o3b10o
2b2obo2bo3bob3o3bo2b2o$9b3o2bo7bo4bobobo3bo2bo4bo6bobobobobobo2bo$2o3b
2o2bo2b4ob2ob2obob2o2bo2bobo3bo4b2o5bob5o4bo$b2o3bob3ob2o2bob3obobo3b
3ob3ob3o6bob2obobob3obo2bo$3bob3ob4obob4o3bob2o3b2o3b2obobob3o2b3o3bo
5b2o$2bob3obo2bobob6o2b4ob5obo3b2obo6b4o2b5ob2obo$2obob2ob3o2b3obobo4b
2ob2o7bobobob3ob2o3bobo2b2o3bo$o2b3o2b2obo2b3o2b2ob3o5bobo5bobob2obo3b
obob3obo2b3o$4ob7o3b4ob3ob3obo2bo2bob2obo3b2ob2o4b2o2bobobo2bo$ob3obo
2bo5bo2b3ob5obo2b3obo2bo2b4o2b3o6b4obo$2obo2b2o2b4obo2bo3bo4b3obob4o2b
ob2o2b3o2bo2bo2bo2b2obo$obo6b2ob3o3b2o5bob3o3b3o2bo4bo2bobo3bo3b2obo$
bo4b2o2bo8bo2b2obo5b3ob3ob12o4b5o2b2o$5bobo3bob3o3bo4bo4bo2b5o2bo2bob
6o2bob3obo2b3o$2bo3b3o2bob3o2bo4b2ob2o2b2ob5o2bobo2b3obo5bobo3b2o$2o2b
o2bo2bo3b2o2bob4ob3obo6b2obob3ob2o6b2o2bob2o2bo$ob2o2bo2bo3b2o5b4obo7b
2ob3o2bobo4bo2bo3b4obobo$3o2bob6o3bobobo4bo2b2o2b3ob2obo2b3obobobo3b2o
b2ob2obo$3o2bo3bob2o3bo3b3o2b5o3b3o4bobo2bobobob2o3b3obo$ob2obobo3bo3b
o2b5o5b6o2bo2bo2b3o3bob2o2bob5o2bo$obob5o2bo4b4o4bo5b2o2b5o6b3o5bobo3b
o2b2o$b2o2b2o5b5o4b3ob2o4b3obob4ob2o3b11o5bo$bo2b2ob2o2bob3o6bobo3b3o
2b6obob2ob4obo2b2obobob2o$b3ob2ob4obobobo8bob3o2b3o3b4o2b2ob3ob2ob3ob
2o2bo$6bo2b2o5bob2ob2ob2o6bobob3o3bo2b2obo4b4o2bobobo$2o3b2o4b2ob2obo
2bobo2b3obobo5bob3obo4b3o2bo2b2o3bo$2b2o3b3obo3b3obob2ob2obobob5ob2o3b
o2bo2b2obo4bo2b2o$2bobob3o2bo3bob5o4bobob7o2bo2bo2bob7o2b2o2bobo$3b2o
6bo2b5o3bo4bob2ob3o2bob4obob3o2bo2b4o2bo2bo$o2bo2b3obobo4bobobo5bobo4b
ob4obobo2bo2b2o4b4obo$b2ob2obo3bobo2bo2bobo2bob2obo2bobo2b2ob2obob6o4b
2ob2o2b2o$3b2o2b3obob4o2bo2bobobobob8o5bo2bob2o3bo3bo3b2o$ob3o2bo2b2o
bo2b4ob2o3bobo4bob2obobo2b2obob2obo3b2obob2obo$3b3ob2o5b2o2b3o2bo3b4o
2b2o3b7ob2o2bo5b4o$2o2b5ob5obobo2bo3bo7bo6bo3bob2ob2o2bobob3o2b2o$2ob
o4b5obob2o3bo3bob2obob6obobob5obob4o3bob2obo$b2o3b2ob4o2b2o7b2obo2b4o
2bo2bo2b2ob2obobo2b2o5bo$2o2bo2bo2b5o3b2ob2ob2obo2b2o2bob2o4b2o3b5o4b
2ob4o$ob3o2b4o6b2o2b4ob2ob2ob2obo2bo3bo2b6ob3o2b3o3bo$4b3ob2o4b2o3bob
2ob2o3b2obobobob2o4bobob2o3b4ob2ob3o$bob3obobo4b4ob5o4b11obo2bobo3b2o
3b7ob2o$o3bobo4b2obobob2o2b2obobo5bob3ob2ob2o2b2o2b6ob2ob4o$b2obobo2b
o2bo8bob2obo2bobo2bobobobobob3o2b2obo2b5ob3o$bo2bob2obobo4bo7b3o3bo5b
ob3o2b2obob2obobobob3o$4bob2obobob3o2bo4b4o2bo3b4obo3b2ob2o2bob2o5bob
o2bo$4bob2o4bo5bo6b2ob2obo2bob2o2b4o7b3ob3o2b2o$o3bobo3b4obo2bob2o4b3o
3bo2b2obobobobo2b4ob2o2bobob2obo$b2ob9obo2b5obobo2bo2bob2o6bo2b4o2b2o
b2obo2bobo!
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

Flex
Yes, that's 41.5GiB of swap
Yes, that's 41.5GiB of swap
Screenshot_2026-08-19_20-53-40.png (507.42 KiB) Viewed 268 times
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

I own everyone on the Discord an apology. I said I'll be back at around 08-10, it have been nearly two weeks. The reason is that I can't find the device I ave Discord 2FA on after I moved. I'll be back later. Thank you for waiting!

Update 20:23 UTC-07:00: I found the drive with (I think) my recovery keys. I may be back tomorrow :mrgreen: .
Last edited by NNlk05 on August 23rd, 2026, 11:30 pm, edited 1 time in total.
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
speedydelete
Posts: 113
Joined: October 7th, 2025, 9:44 pm
Contact:

Re: NNlk05's Junkyard

Post by speedydelete »

NNlk05 wrote: August 23rd, 2026, 3:22 pm The reason is that I can't find the device I ave Discord 2FA on after I moved.
Note that you could make a new account if all attempts have failed.

Edit: Also, I have forwarded your post to the Discord.
I manage the 5S project, which collects all known spaceship speeds in certain rulespaces.
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

Made a new version of NNlk05-univ with balanced ternary logic:

Code: Select all

x = 31, y = 25, rule = NNlk05-univ-indev-v2-2026-08-30
15.A.A$.A27.A$A14.A14.A5$13.A.A.A$14.3A$A29.A$.A27.A2$15.C$15.B5$15.D
$15.B4$15.E$15.B!
[[ GRID ]]
x = 31, y = 25, rule = NNlk05-univ-indev-v2-2026-08-30
15.A.A$.A27.A$A14.A14.A5$13.A.A.A$14.3A$A29.A$.A27.A2$15.C$15.B5$15.D
$15.B4$15.E$15.B!
[[ GRID ]]
x = 1, y = 1, rule = NNlk05-univ-indev-v2-2026-08-30
!
@RULE NNlk05-univ-indev-v2-2026-08-30
NNlk05-univ (v2) by NNlk05
Indev version (2026-08-30)

@TABLE
n_states: 6
neighborhood:Moore
symmetries:rotate4reflect

var a = {0, 1, 2, 3, 4, 5} # All
var a1 = a
var a2 = a
var a3 = a
var a4 = a
var a5 = a
var a6 = a
var a7 = a
var a8 = a

var b = {3, 4, 5} # Heads
var c = {0, 1} # Empty or block
var d = {0, 1, 3, 4, 5} # Anything but tail
var d1 = d
var d2 = d
var d3 = d
var d4 = d
var d5 = d
var d6 = d
var d7 = d

# Empty
  0 a1,1,b,2,a2,a3,a4,a5 b # Split
  0 0,0,0,1,3,1,0,0 5 # NEG(-1) = 1
  0 0,0,0,1,5,1,0,0 3 # NEG(1) = -1
  0 b,d1,d2,d3,d4,d5,d6,d7 b # Head move
# Block
  1 a1,a2,a3,a4,a5,a6,a7,a8 1 # Stay still
# Tail
  2 a1,a2,a3,a4,a5,a6,a7,a8 0 # Die
# Heads
  b a1,a2,a3,a4,a5,a6,a7,a8 2 # Turn to tail

@NAMES
0 Empty
1 Block
2 Tail
3 -1
4 0
5 1

@COLORS
0 0 0 0
1 255 64 255
2 64 64 64
3 255 64 64
4 64 64 255
5 64 255 64

Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

If you don't see me on the Discord its because:
Attachments
2026-08-31_08-35.png
2026-08-31_08-35.png (12.97 KiB) Viewed 159 times
Last edited by NNlk05 on August 31st, 2026, 1:27 pm, edited 1 time in total.
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
MDA
Posts: 235
Joined: June 8th, 2026, 12:18 pm
Location: In Haven (B3-ry4acenqt5eir6-ek/S2-a3-a4nq5aeknr6-ak)
Contact:

Re: NNlk05's Junkyard

Post by MDA »

MDA wrote: August 15th, 2026, 4:04 am
NNlk05 wrote: August 8th, 2026, 2:33 am
[…]

Code: Select all

[…]
Corderized (11c/48d, 90 engines):

Code: Select all

Edit (August 15th, 2026, 9:09 AM): Reduced (44 engines):

Code: Select all

Reduced by one engine:

Code: Select all

x = 363, y = 369, rule = B3-ekny/S2-ci3-cey4i
12b2o$12b2o2$12b2o$12b2o$44b2o$44b2o2$44b2o$8bo35b2o$7b3o66b2o$6b2o2bo
4bo7b2o51b2o$8b3o3bobo6b2o$76b2o$14b2o7b2o15bo35b2o$23b2o14b3o66b2o$
38b2o2bo4bo7b2o51b2o$40b3o3bobo6b2o$108b2o$12b2o32b2o7b2o15bo35b2o$9b
2o44b2o14b3o66b2o$10b3o57b2o2bo4bo7b2o51b2o$11bo60b3o3bobo6b2o$2ob2o
135b2o$2ob2o39b2o32b2o7b2o15bo35b2o$41b2o44b2o14b3o66b2o$42b3o57b2o2bo
4bo7b2o51b2o$43bo60b3o3bobo6b2o$172b2o$76b2o32b2o7b2o15bo35b2o$73b2o
44b2o14b3o66b2o$74b3o57b2o2bo4bo7b2o51b2o$75bo60b3o3bobo6b2o$204b2o$
108b2o32b2o7b2o15bo35b2o$105b2o44b2o14b3o66b2o$47b2o57b3o57b2o2bo4bo7b
2o51b2o$47b2o58bo60b3o3bobo6b2o$236b2o$47b2o91b2o32b2o7b2o15bo35b2o$
47b2o88b2o44b2o14b3o66b2o$13bo124b3o57b2o2bo4bo7b2o51b2o$12b3o124bo60b
3o3bobo6b2o$11b2o2bo4bo247b2o$13b3o3bobo150b2o32b2o7b2o15bo35b2o$169b
2o44b2o14b3o66b2o$19b2o2bobo144b3o57b2o2bo4bo7b2o51b2o$24bobob2o28b2o
111bo60b3o3bobo6b2o$24bobob2o28b2o240b2o$204b2o32b2o7b2o15bo35b2o$58b
2o141b2o44b2o14b3o64b2ob2o$17b2o39b2o142b3o57b2o2bo4bo7b2o49b2ob2o$14b
2o187bo60b3o3bobo6b2o$15b3o$16bo219b2o32b2o7b2o15bo$5b2ob2o223b2o44b2o
14b3o$5b2ob2o224b3o57b2o2bo4bo7b2o$235bo60b3o3bobo6b2o$36b2ob2o28b2o$
36b2ob2o28b2o197b2o32b2o7b2o15bo$265b2o44b2o14b3o$69b2o195b3o57b2o2bo
4bo5b2ob2o$69b2o196bo60b3o3bobo4b2ob2o2$300b2o32b2o$297b2o$298b3o$299b
o2$47b2ob2o28b2o250b2o$47b2ob2o28b2o247b2o$330b3o$80b2o249bo$18bo61b2o
$17b3o$16b2o2bo4bo$18b3o3bobo2$24b2o$354bo$58b2ob2o28b2o260b3o$58b2ob
2o28b2o259b2o2bo4bo$354b3o3bobo$22b2o67b2o$19b2o70b2o267b2o$20b3o$21bo
$10b2ob2o$10b2ob2o$358b2o$355b2o$69b2ob2o28b2o252b3o$69b2ob2o28b2o253b
o2$102b2o235bo$102b2o234b2o$337b2obo$338bobo7bo$339b2o7b2o$349b2o$347b
obo$347bo$80b2ob2o28b2o225bobo$80b2ob2o28b2o224bo2bo$329bo10bo$23bo89b
2o213b3o$22b3o88b2o212b2o2bo4bo$21b2o2bo4bo298b3o3bobo$23b3o3bobo$335b
2o$29b2o3$91b2ob2o28b2o$91b2ob2o28b2o207b2o$27b2o301b2o$24b2o98b2o205b
3o$25b3o96b2o206bo$26bo$15b2ob2o294bo$15b2ob2o293b2o$312b2obo$313bobo
7bo$314b2o7b2o$102b2ob2o28b2o187b2o$102b2ob2o28b2o185bobo$322bo$135b2o
178bobo$135b2o177bo2bo$304bo10bo$303b3o$302b2o2bo4bo$304b3o3bobo2$310b
2o$113b2ob2o28b2o$113b2ob2o28b2o$28bo$27b3o116b2o$26b2o2bo4bo110b2o
160b2o$28b3o3bobo268b2o$306b3o$34b2o271bo2$289bo$288b2o$124b2ob2o28b2o
128b2obo$32b2o90b2ob2o28b2o129bobo7bo$29b2o258b2o7b2o$30b3o124b2o140b
2o$31bo125b2o138bobo$20b2ob2o272bo$20b2ob2o265bobo$289bo2bo$279bo10bo$
278b3o$277b2o2bo4bo$135b2ob2o28b2o109b3o3bobo$135b2ob2o28b2o$285b2o$
168b2o$168b2o3$283b2o$280b2o$281b3o$282bo$146b2ob2o28b2o$33bo112b2ob2o
28b2o83bo$32b3o228b2o$31b2o2bo4bo138b2o81b2obo$33b3o3bobo137b2o82bobo
7bo$264b2o7b2o$39b2o233b2o$272bobo$272bo$265bobo$264bo2bo$37b2o118b2ob
2o28b2o62bo10bo$34b2o121b2ob2o28b2o61b3o$35b3o214b2o2bo4bo$36bo153b2o
62b3o3bobo$25b2ob2o160b2o$25b2ob2o230b2o5$258b2o$168b2ob2o28b2o52b2o$
168b2ob2o28b2o53b3o$257bo$201b2o$201b2o36bo$238b2o$237b2obo$238bobo7bo
$239b2o7b2o$249b2o$247bobo$38bo140b2ob2o28b2o33bo$37b3o139b2ob2o28b2o
26bobo$36b2o2bo4bo193bo2bo$38b3o3bobo165b2o15bo10bo$212b2o14b3o$44b2o
181b2o2bo4bo$229b3o3bobo2$235b2o2$42b2o$39b2o149b2ob2o$40b3o147b2ob2o$
41bo191b2o$30b2ob2o195b2o$30b2ob2o196b3o$232bo13$203bo$202b3o$201b2o2b
o4bo$43bo159b3o3bobo$42b3o$41b2o2bo4bo158b2o$43b3o3bobo2$49b2o2$207b2o
$204b2o$205b3o$47b2o157bo$44b2o$45b3o140bo$46bo140b2o$35b2ob2o146b2obo
$35b2ob2o147bobo7bo$188b2o7b2o$198b2o$196bobo$196bo$189bobo$188bo2bo$
178bo10bo$177b3o$176b2o2bo4bo$178b3o3bobo2$184b2o5$48bo133b2o$47b3o
129b2o$46b2o2bo4bo124b3o$48b3o3bobo124bo2$54b2o107bo$162b2o$161b2obo$
162bobo7bo$163b2o7b2o$52b2o119b2o$49b2o120bobo$50b3o118bo$51bo112bobo$
40b2ob2o118bo2bo$40b2ob2o108bo10bo$152b3o$151b2o2bo4bo$153b3o3bobo2$
159b2o5$157b2o$154b2o$155b3o$156bo2$138bo$137b2o$53bo82b2obo$52b3o82bo
bo7bo$51b2o2bo4bo77b2o7b2o$53b3o3bobo86b2o$146bobo$59b2o85bo$139bobo$
138bo2bo$128bo10bo$127b3o$57b2o67b2o2bo4bo$54b2o72b3o3bobo$55b3o$56bo
77b2o$45b2ob2o$45b2ob2o3$132b2o$129b2o$130b3o$131bo2$113bo$112b2o$111b
2obo$112bobo7bo$113b2o7b2o$123b2o$121bobo$121bo$114bobo$58bo54bo2bo$
57b3o43bo10bo$56b2o2bo4bo36b3o$58b3o3bobo34b2o2bo4bo$103b3o3bobo$64b2o
$109b2o4$62b2o$59b2o46b2o$50b2o8b3o41b2o$50b2o9bo43b3o$106bo$50b2o$50b
2o36bo$87b2o$86b2obo$87bobo7bo$88b2o7b2o$98b2o$96bobo$61b2o33bo$61b2o
26bobo$88bo2bo$61b2o15bo10bo$61b2o14b3o$76b2o2bo4bo$78b3o3bobo2$84b2o
5$82b2o$79b2o$80b3o$81bo!
My website (a database of Life objects, WIP).
GlidINT has been released!

Code: Select all

x = 5, y = 17, rule = B3-ry4acenqt5eir6-ek/S2-a3-a4nq5aeknr6-akHistory
C$2C$.2C$2C11$.3D$3.D$2.3D!
[[ STOP 72 ]]
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

Some more HROT shenanigans.
Strangely creepy, for some reason:

Code: Select all

#C 1 0 0 0 1
#C 0 0 1 0 0
#C 0 1 C 1 0
#C 0 0 1 0 0
#C 1 0 0 0 1
x = 1, y = 1, rule = R2,C2,S2-4,6-8,B3,NW1000100100010100010010001
!
[[ RANDOMIZE AUTOSTART GPS 5 ]]
Buildings:

Code: Select all

#C 9 0 0 0 9
#C 0 0 1 0 0
#C 0 1 C 1 0
#C 0 0 1 0 0
#C 9 0 0 0 9
x = 1, y = 1, rule = R2,C2,S2,4,B2-4,NW9000900100010100010090009
!
EDIT:

Code: Select all

#C Min: B/S2e3ar5i8
#C Max: B1e2-a3-i45-a678/S012345678
x = 13, y = 5, rule = B/S2ei3ar5i8
5o3b5o$5o3bo3bo$5o3bo3bo$5o3bo3bo$5o3b5o!

Code: Select all

x = 64, y = 64, rule = B2ce3-i5-a8/S1c2e3ar58
o2b3obobobobob7o3bob7obob3o2b6o2b2ob2o4bo2bo$bobobobobobo2bob5ob2ob2o
b3o3bo5bobo3b2obob3o4b2o3bo$3b6o2bob2o2bo2b2o3b2obobo5b3o2b3o6bob2o3b
2o4bo$2b3obob3ob2o2bo2b2o3bo2bo2bo7b4obo4b7ob3obo$b3obo2b2obo3bob2ob5o
b2obo2b4o2bo2bo4bobo3bo7bo2bo$2o2bob3ob3o3bo9bo4bobo10bo2b8o2bobo2b2o
$4ob2obo3b3o2b4obo2b2ob4ob3obobo2bo2bob3o4b6ob3o$o2bobob5o6b3ob7ob2ob
o2bo4b2o4b3o2b9ob2o$o2bob2ob2obo3b3obobo2bob2obobob2o3bo3bobob3obob2o
5bob3o$bobo5bo3bob4o2b2ob2obobob2ob3obo2b3o2b3obo2b2o4b4o$o2b2o5b2o2b
ob6o3b2o3bo3bob2ob4o2b2ob2ob2o5bob2o$4b8o2bo3b2obo2b2obob6o4bobob2o4b
o3bo4bob2obo$bo6bob5o2bob2ob2obo2b2o2bo4bob3ob6ob3obo6bo$2o2bobo2bobo
2bo4b2o3b6ob2ob3o3bo5b8obob2o2b3o$bo2bobo3bo2bo4b2o2bob3o4bob5o2bob2o
3b4obob2ob2o4bo$2obo4bo4bo3bobo2b2ob2o2b2obob2ob3obob4obo2b2ob3o4bobo
$o2bobobo3bo2b2o2bo2bobobo3b4o3b2o3b2o3b2o2b2o3b2o2b2obo$b4o2bobo4b3o
bob6o3bo3b7o3b4o2bo2b2ob3obo3bo$2bo5b3o3bob6o2b2o11b2o4b2o3bo3b4ob3o2b
o$ob8ob2obobo2b7o6bo3bobobo3bo2b2o2bo3b3o$3bo2b5o6b2obobobobob2obobob
obo2bo2b2ob3o2bob2obob2o3bo$2o3bobob2ob2o2bo2bobob2obobo10b3ob3o4b4o2b
2ob2ob2o$5bob5obo4bobobo2bo2bo2b4obobo3b3o2bobo6bob2o2b2o$ob2o2bobo4b
obobo10bob2obo3bobobobob3o6bob5o2bo$2bo3bo2bo4b2o2bo3b7o2b2o3bo2b2ob2o
2b3ob2o2b2ob2ob3o$o7b2o2bo2b3obobobo3b5o3b4o3b2obo8b3obobobo$2o3b2o4b
obob3o4b2o2bo3bo3b4obo2bo5b3ob3obobobo2bo$o2b7ob5ob3ob2ob2o2bobobo2bo
bob3ob7obo3b2ob2o$b4obob3o3bob2o2bobo2b4o2bob2ob5ob2o3bo2bob3obobobo$
bo4bobo2bo4b4ob3ob7o3b2o2bo3b2o5bo3bo3bobo2bo$3bobobo3b8o4b3obo3b3ob4o
2b4ob4o4bob2o3b3o$b5o2bobo4b3o2bo2bobob3o3bob2o2b2ob3obobo4b3obob3obo
$2b4o2bobobo2b3ob4o2bo4b2ob6o7b2o2b6o2b2o2bo$2o5bobob4ob2obobob2obob2o
b2o2b3o3bobo3bobo6bob6o$b5o4bob3o2bo2b2o2b2o2bobo2b2o2bo2b3o5bob3o4bo
2bo$3obobo7b3ob2o2b2o2bo3b3ob2ob4obo2bo2bobobo7b2obo$11b2o2bo5bo4bob2o
bob6o3bo2b4o2bo3b3ob5o$b4o3bobo2bobo3b3ob2obo3bobobobob2ob2o5bobobob2o
2b2obobo$2o2b2ob3obob4ob2o2bo5b2o2bo2bob2o4b4ob6ob7obo$3ob4o2b2ob3o2b
6o2b4o3b7o3b3ob3o9bobo$o2b2o2bobo2bob2obo3bo3bob2ob3o2b4ob3ob4o2bobo3b
6o$3b2ob5ob3obo2bo5bo2b4o3b2o3b2o2b4obo4bob2o2b2o$o2bo2bo4bo2bobob2ob
obo2bob2o2bobo2b2ob3obob5obob2o2b2o3bo$4bo2bobobobobo3b5obo3bobob2obo
4b3o2b3ob2o3b2ob4o$4obobob5o2b2o2bo2b2obo4bob2o3b3o2bo3bob4obo2b2o$3b
o2bobo4bo2b2o4bob2obo5bo3b7ob4ob3obo3b3o$o2b4o2b2o2b6o2b2ob2o2bo3b3o3b
o3bo2bobob7o2b3obo$bo2bo2bo2b2ob2ob3o3b2obob2ob3o2bo4bo3bob3ob2ob2obo
4bo$bo11bo3b3ob2o5bobo4bo2b4o2b5o2bo4b3o4bo$4bob2o3bobo2bob2obo4bob3o
4bo5bo3bo3bobob2obo2b2obo$bo4b3ob6obo3bo2bob3o4bobo2bob2o2b2obob2o3bo
b2o$b3o2b2o2bo2bo2bob3ob2o3bo4bo5b2o2bob4o6bob8o$3ob2o2b2o2b3ob4o3bo4b
obobo5b2o2bobobo3bo3bo4bobobo$3b2o2b3o2bo6bo2b3o6b2o2bo3bob6ob2o2b2ob
2ob2ob3o$5o3bobo7bobobo3bobo4b4ob2o2b6o4bob2o2bob3o$b2o2b3ob3o3b2o3bo
5bobo3bo5bob3ob6obobo3b2ob4o$obobo3b3o2bob4ob2obo2bo5bob3o4bo3bob2ob2o
bobo3b2obo$3bobo3bobo2bo2bo2b2obob6obo3bobobob3o2b5o5b2o3bo$bobobobo2b
3o2bobo2bob3o2bo2b3obo2b2obobob2ob2o4bo3b2o2bobo$3o2bo4bob3o2bo2bob3o
bo2bo2b6obo2b2o4b10o2b2o$o2bobo3b2o2bobo5bob2o4b3o2b3o2b2o4b2ob2o3bob
2o3bob2o$7obob3o3b6o2bobo7b2o3b2ob2obo2bo2b2o8b3o$2ob8o3bo2bo2b5ob2o2b
3o2bo3b7obo4bobo2b2o4bo$o2b4obob8ob3obobo2bob5o2b4obobob3obo4bob5obo!
[[ GRID ]]
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

Code: Select all

x = 64, y = 64, rule = B3ai4ay5j6k/S2-n3-enqy4aikc
2b2o2bo4bo3b2o5b2ob5ob2o3bo5b2o2bo3b2obo2bo4bobo$2o4b4ob2ob2o3bo3b4o2b
obob2o2bobo10b4o4bo4bo$4b3o7b2o2b4o8bob3o3b2o3b5ob2o2b4o2b4o$2o5bo2bo
b2obo2b2o2bob2o3b2o2bob3o3b2obo5bobo2b2o$3bo6b2ob2o2bob3obo3b2obo2bo3b
2ob3obo2b2o3bobobob2obobo$obob3o2b3ob5o2bo2bo3b2o2b3o2b2o5bo2bobobobo
2bo2b2ob3o$3bob2obo2bobo2bobo3b2o5b2ob2ob3o3b2o2b2o2b2ob2o3bo2b2o$bo2b
2o2b3o2b2ob4ob2ob3obo2b2o5bo2b2o2bobobobo2bo2bobo3bo$2bo4b3o4bo4b2ob2o
b5obobo2b2o2b2obobo3b2o3bo5bobo$bobo2bobo4b2obo2b2obo2b5o5b6ob2ob3obo
b5obob3o$o3b3ob3obob2ob3o5bobo10bob4ob3ob2o2b3o2b4obo$bob4ob2obobo2b5o
4b3o2bo2b4ob2ob4obo2b2o2bobob2ob4o$bo4bobo3b2o3bo2b2o2b3obo3b8obob2o5b
2ob2ob2o3b2o$bob2o6b2o5bo2bo2b3o2b2o3bo2bo5bo2b2o4bo2bobo3bo$2obob2ob
obobobo6bob2obo2bo2b2ob2obo2bo2bobob2obob3o3b2o$3bo2b3o3bo2bo3b2ob2ob
2ob2ob3o2b4obob2o2bob2o2bo3b3o3bo$2o3b3ob2obob2ob2ob4obo6b2o3bo3bob4o
bobob3obobobo$bo5bo2b4ob6o5bobo4b3ob2o2bob2ob6ob3obobob3o$4ob2obob2o2b
o2b3obobob3ob2o4b4o6bo5b2obobob3o$o2b3ob3o5b2o6bob3ob2ob6obo4b3ob3o2b
o5bo2b2o$4o4bo2bo2b2obobob2obobo2b3o4bob2ob2obo2bo4b10o$o3bo2b5o2bo3b
o4bobo2b2o2bobobobobo2bobo2b2o2b3obo2bobobo$2ob2o2b2obo2b3ob4obob4o7b
2o3b2o2b7obobobobobo$2o2b4ob2obob3ob7obo3b3obob2o5bo2bo2b3ob2obobob3o
$bo5bobob3ob5obo3b2o3b2o3bobo2b3o5bo3bobo2b2ob2o$4bo3bo2bobo3bo2b4o2b
obo2b2o9bobo4bo5bo2b3o$obo3bobob3o4bobo3bob2o2bob4ob5ob2o3b5o3b4obob2o
$b2o2bo5bo4b2ob4o4b3o2bo7bob2obob4ob8ob3o$b2ob2ob2o2bobo3b6o2bo5bo2bo
2bobob2o2b2o5b4o3b5o$b4obo3bobob2o4b2ob4ob3o3bo2b4o4b2o8b3ob2ob2o$o2b
2ob2ob2o5bobo3b4obo6b3obob4ob3o2b4obobo4bo$b3obobobob4o3bobo2bo4bob2o
2b2ob4obo3bob2ob2o4b3obo$o3bobob2o3b3o2b4o2b2obob4obob2o2b2obobo2b2o2b
3o3bo2bobo$2bo3bo2b3obobobobob2ob3o2bo2bob5o2bo2b2obobob3o2bobo2bobo$
o4bobob3obo2bobo4bo6b2o2bo3bob2o3bobob4o4bo3b2o$o2b3ob4ob2o4bo2b5o2b2o
2b2o2b3ob2obob3obobo3b3o2bo2bo$o2bo2b3ob3obo2b4o2bo2b2obob4obob2ob2o6b
3o2b4ob2obo$obobo5bobobo2b2o11b4o3bob6obo2bo5bobo3bo$2o4bo4bo4b3o3bob
o2bob3obo3b2o2b2o3bo3bobo2bobo2b4o$o2b4ob3obob2ob3obo4b2obo5b2obob2o4b
11obo$3o3bob2o7bo2b2obobob4o2b4o4b3obo4b4ob2o5bo$ob3o2bobobob2o2b2o4b
ob6obo4b2obo3b6o3b4o4b3o$obo6bo2b2obobobo2b2obobobo5b5ob2o2bo2b2o2bob
ob2obobo$bobo4b2o2bob2o2b2ob4o3b2ob4o2bobo6b4o4bo3b2o3bo$3bo5bo3bob3o
b2obo2bo2b4o2b2ob2o4bobob2ob4o3bobo2b2o$b4ob2ob2obo4bo3bo5bobobo2b10o
2b2obo2b2o3b7o$4o3b2obo2bo3b2obo6bo2bo2b3o2b3o2b3ob4ob2o2b2o2bo2bo$3o
3bo3bobo2b3obo2bob4o2bo2b2obob3obo5b2ob3o2b3o4bo$2o2bo2b2obobo2b3obo3b
4ob4o2b3o2b3obobobo2b3ob3o3bo2bo$2obob4obo3b4ob2o2b2obo6bob2obo4bob2o
3b4o2b2o2b2obo$b3obobobobob3o2bo4b3o2bob3o2b2o3b5o3b4o4b2o$6o2bo5bobo
2b8o4bob3ob5o3bo2bo3b6o2b4o$2b2obo4b3o2b3ob2o2bob2o2bo2bo2bo2bo6bobob
2o6b2obob2o$bob3o2b6o7bob2o2bobobo2bo4b2o3b3ob2o2b2ob2o3b2o$obo3bob3o
3bob3o3bo3bob2obo3b3o2b2ob4obobo2b3ob2o2bobo$2o2b4o2b4ob3o3bobo2b3ob2o
4bo6bo2b3obo2b2obo3bobo$b2o2b3obobobobobobob3ob5obo4b2obo3b6o3bo2bob6o
$5bo3b2o3bo2bo2b2o4bobobobobo3bo5bo5b5o3b2obo$5bob2obobo3bo4b3o2bob2o
3bo2b5o2b5o2bobo5b4obo$3ob2o2bo2b7obo6b2obo3b2ob2o5bo4b6o3b2ob2obo$3b
o4b4obob3o2b6o7b2obobo2bob3o2b2o2b2o2b8o$2bo2b3ob4o2b3o2bob3o3b2o4bob
2o3bobobo3bo2bob2o2b2ob2o$2bobob2o2bob5obo2bob3o3b2ob3o2b5o3bobo2bo2b
8o2bo$b3obo3bo2bo2bo2b2ob3obobobo2bo3bo2b2ob3obob2ob2o4b3ob2o!

Code: Select all

x = 64, y = 64, rule = B3-jknq4ay5j6k/S2-cn3aijr4aik
2b2o2bo4bo3b2o5b2ob5ob2o3bo5b2o2bo3b2obo2bo4bobo$2o4b4ob2ob2o3bo3b4o2b
obob2o2bobo10b4o4bo4bo$4b3o7b2o2b4o8bob3o3b2o3b5ob2o2b4o2b4o$2o5bo2bo
b2obo2b2o2bob2o3b2o2bob3o3b2obo5bobo2b2o$3bo6b2ob2o2bob3obo3b2obo2bo3b
2ob3obo2b2o3bobobob2obobo$obob3o2b3ob5o2bo2bo3b2o2b3o2b2o5bo2bobobobo
2bo2b2ob3o$3bob2obo2bobo2bobo3b2o5b2ob2ob3o3b2o2b2o2b2ob2o3bo2b2o$bo2b
2o2b3o2b2ob4ob2ob3obo2b2o5bo2b2o2bobobobo2bo2bobo3bo$2bo4b3o4bo4b2ob2o
b5obobo2b2o2b2obobo3b2o3bo5bobo$bobo2bobo4b2obo2b2obo2b5o5b6ob2ob3obo
b5obob3o$o3b3ob3obob2ob3o5bobo10bob4ob3ob2o2b3o2b4obo$bob4ob2obobo2b5o
4b3o2bo2b4ob2ob4obo2b2o2bobob2ob4o$bo4bobo3b2o3bo2b2o2b3obo3b8obob2o5b
2ob2ob2o3b2o$bob2o6b2o5bo2bo2b3o2b2o3bo2bo5bo2b2o4bo2bobo3bo$2obob2ob
obobobo6bob2obo2bo2b2ob2obo2bo2bobob2obob3o3b2o$3bo2b3o3bo2bo3b2ob2ob
2ob2ob3o2b4obob2o2bob2o2bo3b3o3bo$2o3b3ob2obob2ob2ob4obo6b2o3bo3bob4o
bobob3obobobo$bo5bo2b4ob6o5bobo4b3ob2o2bob2ob6ob3obobob3o$4ob2obob2o2b
o2b3obobob3ob2o4b4o6bo5b2obobob3o$o2b3ob3o5b2o6bob3ob2ob6obo4b3ob3o2b
o5bo2b2o$4o4bo2bo2b2obobob2obobo2b3o4bob2ob2obo2bo4b10o$o3bo2b5o2bo3b
o4bobo2b2o2bobobobobo2bobo2b2o2b3obo2bobobo$2ob2o2b2obo2b3ob4obob4o7b
2o3b2o2b7obobobobobo$2o2b4ob2obob3ob7obo3b3obob2o5bo2bo2b3ob2obobob3o
$bo5bobob3ob5obo3b2o3b2o3bobo2b3o5bo3bobo2b2ob2o$4bo3bo2bobo3bo2b4o2b
obo2b2o9bobo4bo5bo2b3o$obo3bobob3o4bobo3bob2o2bob4ob5ob2o3b5o3b4obob2o
$b2o2bo5bo4b2ob4o4b3o2bo7bob2obob4ob8ob3o$b2ob2ob2o2bobo3b6o2bo5bo2bo
2bobob2o2b2o5b4o3b5o$b4obo3bobob2o4b2ob4ob3o3bo2b4o4b2o8b3ob2ob2o$o2b
2ob2ob2o5bobo3b4obo6b3obob4ob3o2b4obobo4bo$b3obobobob4o3bobo2bo4bob2o
2b2ob4obo3bob2ob2o4b3obo$o3bobob2o3b3o2b4o2b2obob4obob2o2b2obobo2b2o2b
3o3bo2bobo$2bo3bo2b3obobobobob2ob3o2bo2bob5o2bo2b2obobob3o2bobo2bobo$
o4bobob3obo2bobo4bo6b2o2bo3bob2o3bobob4o4bo3b2o$o2b3ob4ob2o4bo2b5o2b2o
2b2o2b3ob2obob3obobo3b3o2bo2bo$o2bo2b3ob3obo2b4o2bo2b2obob4obob2ob2o6b
3o2b4ob2obo$obobo5bobobo2b2o11b4o3bob6obo2bo5bobo3bo$2o4bo4bo4b3o3bob
o2bob3obo3b2o2b2o3bo3bobo2bobo2b4o$o2b4ob3obob2ob3obo4b2obo5b2obob2o4b
11obo$3o3bob2o7bo2b2obobob4o2b4o4b3obo4b4ob2o5bo$ob3o2bobobob2o2b2o4b
ob6obo4b2obo3b6o3b4o4b3o$obo6bo2b2obobobo2b2obobobo5b5ob2o2bo2b2o2bob
ob2obobo$bobo4b2o2bob2o2b2ob4o3b2ob4o2bobo6b4o4bo3b2o3bo$3bo5bo3bob3o
b2obo2bo2b4o2b2ob2o4bobob2ob4o3bobo2b2o$b4ob2ob2obo4bo3bo5bobobo2b10o
2b2obo2b2o3b7o$4o3b2obo2bo3b2obo6bo2bo2b3o2b3o2b3ob4ob2o2b2o2bo2bo$3o
3bo3bobo2b3obo2bob4o2bo2b2obob3obo5b2ob3o2b3o4bo$2o2bo2b2obobo2b3obo3b
4ob4o2b3o2b3obobobo2b3ob3o3bo2bo$2obob4obo3b4ob2o2b2obo6bob2obo4bob2o
3b4o2b2o2b2obo$b3obobobobob3o2bo4b3o2bob3o2b2o3b5o3b4o4b2o$6o2bo5bobo
2b8o4bob3ob5o3bo2bo3b6o2b4o$2b2obo4b3o2b3ob2o2bob2o2bo2bo2bo2bo6bobob
2o6b2obob2o$bob3o2b6o7bob2o2bobobo2bo4b2o3b3ob2o2b2ob2o3b2o$obo3bob3o
3bob3o3bo3bob2obo3b3o2b2ob4obobo2b3ob2o2bobo$2o2b4o2b4ob3o3bobo2b3ob2o
4bo6bo2b3obo2b2obo3bobo$b2o2b3obobobobobobob3ob5obo4b2obo3b6o3bo2bob6o
$5bo3b2o3bo2bo2b2o4bobobobobo3bo5bo5b5o3b2obo$5bob2obobo3bo4b3o2bob2o
3bo2b5o2b5o2bobo5b4obo$3ob2o2bo2b7obo6b2obo3b2ob2o5bo4b6o3b2ob2obo$3b
o4b4obob3o2b6o7b2obobo2bob3o2b2o2b2o2b8o$2bo2b3ob4o2b3o2bob3o3b2o4bob
2o3bobobo3bo2bob2o2b2ob2o$2bobob2o2bob5obo2bob3o3b2ob3o2b5o3bobo2bo2b
8o2bo$b3obo3bo2bo2bo2b2ob3obobobo2bo3bo2b2ob3obob2ob2o4b3ob2o!

Code: Select all

x = 4, y = 3, rule = B2c3aij4aetw5kqy6i8/S2-cn3aijqy4aceit5aijr6a
4o$4o$4o!
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
unname4798
Posts: 2528
Joined: July 15th, 2023, 10:27 am
Location: Near ConwayLife servers

Re: NNlk05's Junkyard

Post by unname4798 »

p4 gun-fueled wickstretcher:

Code: Select all

x = 5, y = 4, rule = NNlk05-univ-indev-2026-8-7-fire-gone-wrong
.3A$2AC.A$2.B.A$.3A!
@RULE NNlk05-univ-indev-2026-8-7-fire-gone-wrong
NNlk05-univ by NNlk05
Indev version (2026-8-7)
@TABLE
n_states:4
neighborhood:Moore
symmetries:rotate4reflect
var a = {0, 1, 2, 3} # Any
var a1 = a
var a2 = a
var a3 = a
var a4 = a
var a5 = a
var a6 = a
var a7 = a
var a8 = a
var b1 = {0, 1, 2} # Anything but tail
var b2 = b1
var b3 = b1
var b4 = b1
var b5 = b1
var b6 = b1
var b7 = b1
var b8 = b1
var c1 = {0, 2, 3} # Anything but block
var c2 = c1
var c3 = c1
var c4 = c1
var c5 = c1
var c6 = c1
var c7 = c1
var c8 = c1
# C N,NE,E,SE,S,SW,W,NW C'
# Empty
0 0,0,2,0,2,0,0,0 1 # Construct unit
0 0,0,0,1,2,0,0,0 3 # Start "Sticky" push
0 0,0,0,0,1,3,3,0 1 # Do the push
0 1,2,3,0,0,0,3,2 1 # Do a pull
0 0,0,0,0,0,1,2,1 0 # Adds a 2-celled eater (Headerless RLE A.A!)
0 0,0,0,1,0,2,0,0 2 # Fire
0 2,b1,b2,b3,b4,b5,b6,b7 2 # Otherwise, turn into head
0 a1,1,2,3,a2,a3,a4,a5 2 # Split
# Block
1 0,0,0,0,0,0,3,3 0 # Kill after push
1 0,0,2,3,0,3,2,0 0 # Kill after pull
1 0,0,0,3,0,0,0,0 0 # Destroy by signals
1 a1,a2,a3,a4,a5,a6,a7,a8 1 # Otherwise, stay
# Head
2 a1,a2,a3,a4,a5,a6,a7,a8 3 # Turn into tail
# Catch all
a a1,a2,a3,a4,a5,a6,a7,a8 0
@NAME
0 Empty
1 Block
2 Head
3 Tail
@COLORS
0 0 0 0
1 255 64 64
2 64 64 255
3 64 64 64
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

You may notice there's a Latin quote in my signature:
Feci quod potui, faciant meliora potentes.

It means:
I have done what I can; let those who can do better.
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

Code: Select all

x = 5, y = 1, rule = B2i3aeijn/S02ai3eiy
ob3o!
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

This sounds weird out of context
Goldtiger997 wrote: July 11th, 2018, 2:25 am The sun can be hasseled at many different periods.
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
User avatar
TheWayOfTheCon
Posts: 277
Joined: March 28th, 2025, 11:40 pm
Location: Kraken Mare, Titan

Re: NNlk05's Junkyard

Post by TheWayOfTheCon »

NNlk05 wrote: September 7th, 2026, 7:14 pm This sounds weird out of context

LifeWiki wrote: Ship

Adding one cell to the corner of the ship will turn it into a fleet. Removing one of the corner cells results in a boat, while removing both results in a tub.
LifeWiki wrote: Cthulhu

Cthulhu forms when a pi-heptomino and lumps of muck react with a pseudo still life made up of three adjacent beehives:
I could've chose a better username, but oh well.

Still learning the ropes of cellular automata, focused on one OCA at a time. My current interest is B35/S126 and range-two LTLs.
User avatar
NNlk05
Posts: 612
Joined: January 14th, 2026, 8:42 pm
Location: Exploring in the Jungle of the INT Rulespace
Contact:

Re: NNlk05's Junkyard

Post by NNlk05 »

I just passed 600 posts! :fire: :partying_face: :fire:
Feci quod potui, faciant meliora potentes.

Code: Select all

x = 10, y = 3, rule = B34twz/S23
b2o4b2o$obo4bobo$2bo4bo!
[[ AUTOSTART AUTOHIDEGUI TRACK 0 -47/270 ZOOM 4 GPS 45 STEP 3 THEME BOOK ]]
https://nnlk05.github.io

=3
Post Reply