Search found 26 matches

by Coban
August 20th, 2022, 1:06 am
Forum: General Discussion
Topic: Thread for basic questions
Replies: 4793
Views: 1229651

Re: Thread for basic questions

There are now several dedicated tools, some of which are variants of others, like symmetric CatForce and various versions of hotdogPi's spark search script . Looks like you joined the ConwayLife Lounge Discord server today. That's where a lot of the plotting and planning and custom adjusting of sea...
by Coban
August 19th, 2022, 3:55 pm
Forum: General Discussion
Topic: Thread for basic questions
Replies: 4793
Views: 1229651

Re: Thread for basic questions

How are new oscillators usually found?
Is it mainly by manual exploration and exhaustive search with apgsearch ?
Or are there dedicated tools ?

(was not sure if it's a question for here or the oscillator thread)
by Coban
August 9th, 2022, 5:40 pm
Forum: General Discussion
Topic: oscillators repository / catagolue dump
Replies: 3
Views: 617

Re: oscillators repository / catagolue dump

thanks, this is useful, i can start from there
I don't really want all the patterns, I just would have liked about ~100 oscillators per period up to p=~20 to train some machine learning thing
by Coban
August 9th, 2022, 2:40 pm
Forum: General Discussion
Topic: Lifelib
Replies: 31
Views: 20588

Re: Lifelib

Is there an efficient way to use lifelib with full numpy arrays ?
I mean input/output a pattern as a array of 1s and 0s and ?
by Coban
August 9th, 2022, 2:23 pm
Forum: General Discussion
Topic: oscillators repository / catagolue dump
Replies: 3
Views: 617

oscillators repository / catagolue dump

Is there a way to download a catagolue dump of all the patterns, or some repository containing rle's for ~1000s of different oscillators ?
by Coban
January 27th, 2022, 8:43 pm
Forum: Patterns
Topic: Lisp in Life - Lisp Interpreter in Conway's Game of Life
Replies: 11
Views: 2925

Re: Lisp in Life - Lisp Interpreter in Conway's Game of Life

Sorry I don't really get why developing a list interpreter ? Why not a compiler ?
woodrush wrote:
January 27th, 2022, 12:09 pm
I already have an idea of how to write a compiler for compiling the C code to the architecture's assembly code, so I consider that's already covered.
That would already be super cool !
by Coban
January 23rd, 2022, 10:00 am
Forum: Patterns
Topic: Lisp in Life - Lisp Interpreter in Conway's Game of Life
Replies: 11
Views: 2925

Re: Lisp in Life - Lisp Interpreter in Conway's Game of Life

Hi, there is an updated version of my computer that can handle up to 256 lines of ROM and 128x32 bit RAM : https://github.com/nicolasloizeau/scalable-gol-computer I advise using this one rather than the old 8 bit computer since it's also a bit smaller for the same size. It can be programmed using th...
by Coban
October 16th, 2021, 4:33 pm
Forum: Patterns
Topic: New scalable programmable computer
Replies: 18
Views: 4029

Re: New scalable programmable computer

I see on the news that it's a 8bit computer but it actually works up to 32 bits. Here is a pattern that display Fibonacci sequence on 32 bits:
fibonacci32.mc
(1.51 MiB) Downloaded 112 times
by Coban
October 14th, 2021, 10:36 pm
Forum: Patterns
Topic: New scalable programmable computer
Replies: 18
Views: 4029

Re: New scalable programmable computer

erictom333 wrote:
October 14th, 2021, 10:26 pm
Try flipping the first GGG and see what you can do from there.
What do you mean ? The first gun is not part of the relevant pattern
by Coban
October 14th, 2021, 9:41 pm
Forum: Patterns
Topic: New scalable programmable computer
Replies: 18
Views: 4029

Re: New scalable programmable computer

I think one of the major bottleneck in this computer is the size of this particular p60 90° glider duplicator. x = 236, y = 210, rule = B3/S23 23$49bo$47bobo$46bobo17bo$35b2o8bo2bo16b2o$35bobo8bobo15b2o4b2o$22bobo 13bo8bobo13b3o4b2o2b2o$21bo2bo2b2o6bo2bo10bo4bobo7b2o4b2o2b2o$20b2o5bo bo8bo15b2o9b2o$...
by Coban
October 14th, 2021, 9:30 pm
Forum: Patterns
Topic: New scalable programmable computer
Replies: 18
Views: 4029

Re: New scalable programmable computer

I was wondering, would it be possible in theory to enlarge the display to an arbitrary size or is it restricted to 32x32? For the moment the size is fixed to 32*32. Size could be arbitrary. I could spend some time adding larger display options if it's motivated. I chose 32*32 because for bigger siz...
by Coban
October 12th, 2021, 12:02 am
Forum: Patterns
Topic: New scalable programmable computer
Replies: 18
Views: 4029

New scalable programmable computer

Hi ! I made a new programmable computer. It's based on my former 8-bit programmable computer . New features and improvements are: - Scalability : 90 pre-computed patterns are available. Max program size is 256 lines. Max number of variables if 128. Variable size range from 8 to 32. - new instruction...
by Coban
January 23rd, 2020, 2:34 am
Forum: Scripts
Topic: GUI for glider logic circuits
Replies: 1
Views: 3506

GUI for glider logic circuits

Hi! I made a GUI to build p60 glider logic circuits: https://github.com/nicolasloizeau/guigl - run "python guigl" to draw you circuit using the GUI. (It will generate a blocks.txt file which is used by make.py) - run the Golly script make.py to make the life pattern This is the same glider logic tec...
by Coban
October 30th, 2019, 11:15 am
Forum: Patterns
Topic: Programmable computer
Replies: 35
Views: 58454

Re: Programmable computer

Actually there is also a Github repo :
https://github.com/nicolasloizeau/gol-computer
by Coban
June 17th, 2017, 12:11 pm
Forum: General Discussion
Topic: Predecessor finder
Replies: 2
Views: 2828

Predecessor finder

Hi!
What are your tools to find predecessors of a pattern?
Has anyone coded a predecessor finder for small patterns?
Thanks!
by Coban
April 3rd, 2017, 3:35 pm
Forum: Patterns
Topic: Elementary cellular automaton
Replies: 4
Views: 5169

Elementary cellular automaton

Hi,
I made an in-game simulated elementary cellular automaton.
Here the file and a python script which generates an elementary cellular automaton for any rule:
https://drive.google.com/file/d/0B-4kRw ... sp=sharing
A video example:
https://www.youtube.com/watch?v=_iHRAKn9Fhg
by Coban
March 10th, 2017, 5:26 pm
Forum: Patterns
Topic: Programmable computer
Replies: 35
Views: 58454

Re: Programmable computer

Hi,
I made an english document that summarizes the functioning of my in-game computer:
https://drive.google.com/open?id=0B-4kR ... UJZWTlOMTg
by Coban
January 28th, 2017, 5:40 pm
Forum: Patterns
Topic: Programmable computer
Replies: 35
Views: 58454

Re: Programmable computer

Yes blah... I forgoted shifts...
There is enough space for 3 more instructions
I'll add them later, has I sad before I haven't my personal computer with me these days
by Coban
January 28th, 2017, 5:28 pm
Forum: Patterns
Topic: Programmable computer
Replies: 35
Views: 58454

Re: Programmable computer

-- How come the 16 bit flickers on for a moment just before the 88M mark, by the way (starting at 87867000, gone by 87946000)? Looks like there's a leftover signal stream that hasn't quite been cleared yet when the "print" signal goes through -- but it cleans itself up very nicely. Does it continue...
by Coban
January 28th, 2017, 6:32 am
Forum: Patterns
Topic: Programmable computer
Replies: 35
Views: 58454

Re: Programmable computer

Ho... Strange, I don't remember having any issue with simeks's program.
Does it come from the computer ? Perhaps it is just very slow?
by Coban
January 28th, 2017, 6:03 am
Forum: Patterns
Topic: Programmable computer
Replies: 35
Views: 58454

Re: Programmable computer

Ok, sorry gameoflifemaniac,
by Coban
January 27th, 2017, 3:32 pm
Forum: Patterns
Topic: Programmable computer
Replies: 35
Views: 58454

Re: Programmable computer

Hi @gameoflifemaniac: you can do it yourself, you just have to copy simeks's code into the assembly.py script then run it with golly @blah: installing python is not difficult at all, you just have to download an installer and click... I am not with my computer these days so you can do it yourself I ...
by Coban
November 20th, 2016, 4:16 pm
Forum: Patterns
Topic: Programmable computer
Replies: 35
Views: 58454

Re: Programmable computer

Yes, you're right about memory spaces The items in the ROM are 21bits: 4 bits for the instruction 3 bits for the write address 3 bits for one read address 3 bits for another read address 8 bits for data to write to the RAM Yes, only the 5 least significant bits are used for the program counter Goto ...
by Coban
November 19th, 2016, 10:29 am
Forum: Patterns
Topic: Programmable computer
Replies: 35
Views: 58454

Programmable computer

Hey, I made an in-game 8bit programmable computer the computer, logic gates and programming instructions are here: https://drive.google.com/open?id=0B-4kRwE7luROR1VHclhJUUF3Qnc a video of the computer computing Fibonacci seqence: https://www.youtube.com/watch?v=8unMqSp0bFY it is only composed of -Bu...
by Coban
June 26th, 2016, 4:25 pm
Forum: General Discussion
Topic: Comments in Golly
Replies: 4
Views: 3846

Re: Comments in Golly

ho! thank you musik!