Talk:Conway's Game of Life

From Rosetta Code
Revision as of 05:09, 17 January 2014 by rosettacode>Burke9077 (discussed length of java swing)

Fold-away Sample output sections

It would be great if each example could come with a Sample output section thatinitially displayed in a hidden state, or that scrolled within a fixed height. This would allow much longer output samples so we could show multiple 'gliders' on larger grids for example. --Paddy3118 16:48, 11 October 2008 (UTC)

How to do this, I mean technically? --Dmitry-kazakov 09:38, 12 October 2008 (UTC)

A quick google and I found this, but I know I have seen better - I just cannot remember where. --Paddy3118 17:20, 12 October 2008 (UTC)

Or this. --Paddy3118 17:26, 12 October 2008 (UTC)

No headers for sample output

I don't think it is good idea to have headers for sample output. This makes the Contents messy. --PauliKL 10:05, 10 November 2008 (UTC)

SETL

There's a problem with the SETL sample. It was made to be highlighted with the wiki syntax, then it was put in a <lang> tag without removing the wiki code.

Java Swing

My Swing implementation is kind of long (because it's a swing implementation). If anyone finds it inappropriately long, we can discuss removing it.