See here for a much faster and user-friendly version
viewtopic.php?f=3&t=318
And here (Kafou's post below) for a lightning-fast generator [but not exactly user-friendly ^^]
viewtopic.php?p=2890#p2890
Generates sequences of the type
from a given input.1
11
21
1211
111221
312211
13112221
1113213211
31131211131221
13211311123113112211
11131221133112132113212221
Note that you can edit conway.ini for customisation
Code: Select all
/////////////////////////////////
// CONWAY'S SEQUENCE GENERATOR //
// Gamall //
/////////////////////////////////
// Config file
// The sequence will be genrated from this starting point : ("1211" for instance).
// leave blanck to ask the user for input in real time.
$ start =
// How many lines must be generated ?
// leave blanck to ask the user for input in real time.
% length =
// The sequence will be written to the following file :
$ output = Conway's Sequence.txt