File: Game of Life.swf-(12 KB, 640x480, Game)
[_] Anon 2392224 Marked for deletion (old).
>> [_] Anon 2392230 I've been working on trying to program a GoL for weeks now but it's a bitch trying to figure out ways to optimize it
>> [_] Anon 2392248 If you make a creature like this it will run across the screen diagonally, its pretty cute: [] = a white "life" square 0 = empty space 0 [] 0 [] 0 0 [] [] []
>> [_] Anon 2392296 The gliders seem bugged, they just degenerate into blocks.
>> [_] Anon 2392326 nice. only thing that bothers me: shouldn't the grid be closed to a torus in game of life? (that means the left row should be connected to the right, and the top line to the bottom one)
>> [_] Anon 2392330 >># what is your problem?