witochandra / gameoflife-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this?

Conway's Game of Life in Golang

How to run?

go mod tidy

go run main.go <input_path> <generation> <outputpath>

# Example
go run main.go ./examples/oscillators/beacon_0.txt 10 ./output.txt

Integration tests

./integration_test.sh contains a script to test the code with the examples in the examples folder.

About


Languages

Language:Go 79.3%Language:Shell 20.7%