Skip to content

skyfire100/ConwaysGameOfLife-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConwaysGameOfLife-Go

This is a Go implementation of Conway's Game of Life.

Installation

To install the application, you can clone the repository and build the binary using Go:

git clone https://github.com/skyfire100/ConwaysGameOfLife-Go
cd ConwaysGameOfLife-Go
go build -o game-of-life main.go

Usage

To start the Game of Life, run the binary:

./game-of-life

This will start the game with a random initial state.

License

This project is licensed under the GNU General Public License v3.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages