Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

goropikari/GameOfLife.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

Conway's Game of Life

This package is tested on Julia 1.0.0.

Installation

(v1.0) pkg> add https://github.com/goropikari/GameOfLife.jl

Example

using Pkg
Pkg.pkg"add https://github.com/goropikari/GameOfLife.jl"
using GameOfLife
game()

row,col = 20, 30
game(Gol(row, col, isperiodic=true, generations=50))

game2() # choose field size from options.

sample

Glider gun sample

Pkg.test("GameOfLife")

About

Conway's Game of Life implemented by Julialang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages