How do I make RLE's

For discussion of specific patterns or specific families of patterns in Conway's Game of Life, both newly-discovered and well-known.
Post Reply
User avatar
Nicbudd77
Posts: 16
Joined: March 11th, 2013, 8:31 pm

How do I make RLE's

Post by Nicbudd77 »

How do I make RLE's I don't know how to open rle files with notepad. If someone could help, that would be great.
:)
I use golly and make lots of patterns
I have dreams of becoming famous
User avatar
Andrew
Moderator
Posts: 1039
Joined: June 2nd, 2009, 2:08 am
Location: Melbourne, Australia
Contact:

Re: How do I make RLE's

Post by Andrew »

I don't know how to open rle files with notepad.
Here's 2 ways:

1. Create a shortcut to Notepad.exe on your desktop so you can drag .rle files onto the shortcut icon.

2. Right-click on a .rle file and you should get a menu that lets you "Open With" a program of your choice. My menu (on XP) has another item saying "Edit with Notepad++" so you might also see that.
Use Glu or Glui to explore CA rules on non-periodic tilings: DominoLife and HatLife
p46beth
Posts: 345
Joined: June 18th, 2010, 8:18 pm

Re: How do I make RLE's

Post by p46beth »

Also, in golly, if you copy a pattern, you can just paste it into notepad and it will automatically be converted into rle.
User avatar
Nicbudd77
Posts: 16
Joined: March 11th, 2013, 8:31 pm

Re: How do I make RLE's

Post by Nicbudd77 »

Thank you both. :)
I use golly and make lots of patterns
I have dreams of becoming famous
Gpennder_____409
Posts: 22
Joined: February 27th, 2014, 11:55 pm

Re: How do I make RLE's

Post by Gpennder_____409 »

b stands for a blank cell
o stands for a live cell
#b stands for # of blank cell
#o same as above, but for a live cell
$ stands for the end of a line
! stands for the end of a pattern
SO, 3o! stands for
000
111
000
o$o$o! stands for
010
010
010
got it?
Post Reply