Skip to content

t-arae/golg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golg

Conway's game of life written in golang

golg_movie_v1

Installation

go get github.com/t-arae/golg

Usage

Usage of golg:
  -c int
    	number of cols, int (default 20)
  -d duration
    	delay time, duration (default 50ms)
  -r int
    	number of rows, int (default 20)

ToDo

  • 引数設定でプログラム実行時に変数を設定できるように
  • ファイルからセルを読み込む
  • ファイルにセルの状態を保存
  • 任意の周期で収束した時,停止して保存する

About

conway's game of life written in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published