Skip to content

heartwilltell/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life simulation

Build Passing

This repo contains implementation of Conway's Game of Life simulator.

Build

Prerequisite: Tho Go programming language < v1.16 should be installed on the system.

To build the game executable run the following command:

go build -o game ./cmd

Test

Prerequisite: Tho Go programming language < v1.16 should be installed on the system.

go test -race -cover ./...

Lint

Prerequisite: golangci-lint should be installed on the system.

golangci-lint run ./...

Run

To run the game simulation run the following command:

./game run

The game will print generations to the stdout.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages