タグ

lifegameに関するdecobisuのブックマーク (4)

  • ライフゲームし続けるbot作った。 - いかたけの備忘録

    ライフゲームするbot作りました。 0000000000 0010111000 1100011110 0001100100 0001001100 1011110001 0000111010 0000000000 0000011000 0000110000— LifeGameBot (@_lifegamebot) 2013, 8月 2 0000000000 0010110000 1111001100 0001000101 0101000100 1001100111 0000011010 0000000000 0000011100 0001110000— LifeGameBot (@_lifegamebot) 2013, 8月 2 LifeGameBot (_lifegamebot) on Twitter perlで書きました。 perlよくわからないけど、動くの優先で書いたので、コードが汚い

    ライフゲームし続けるbot作った。 - いかたけの備忘録
  • Unicode+ライフゲーム - ならば

    ライフゲームで更新されるビットパターンをUnicodeのコードポイントとして文字列に変換した。 wonderflで実行できる。環境によってはフォントの問題で表示できない文字があるかも。 Unicode of Life - wonderfl build flash online ビットパターンは横に並ぶ16ビットごとに切り出して、それを一文字として見る。文字セットはUnicodeの文字が連続する領域を、開始位置と終了位置のコードポイントで指定する。例えば、16ビット全部ゼロの部分は、開始位置の文字に変換される。文字セットに含まれる文字の数が256未満の場合はビットパターンが表す数に対して単純に文字数で剰余を取っている。 32ビットごとに切り出すようにして、文字セットの範囲を狭めなければ基多言語面の文字がすべて収まるためカオス極まる気がするけど、表示できない文字も多そうなので試していない。

    Unicode+ライフゲーム - ならば
  • Conway's Game of Life in one line of APL

    This program features in "Dr.Dobbs", Feb. 2007 An explanation If you are not familiar with Convey's Game of Life or APL programming language, I recommend to consult the very short description of APL and the description of Conway's Game of Life. Besides, on this page you will find IBM APL2 interpreter and several language references. This detailed explanation of the APL program that prints out N ge

  • Life Lexicon - John Conway’s Game of Life

    This Life lexicon is compiled by Stephen A. Silver from various sources and may be copied, modified and distributed under the terms of the Creative Commons Attribution-ShareAlike 3.0 Unported licence. See the original credit page for all credits and the original download location. The styling has been adjusted to fit this website. :0hd Demonoid See Demonoid. :101 (p5) Found by Achim Flammenkamp in

    decobisu
    decobisu 2009/11/03
    観ていて楽しい!
  • 1