Skip to content

ronnathaniel/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game of life

an artist's rendition of Conway's game of life.

demo

Technology

Pixel - A hand-crafted 2D game library in Go

Usage

The Game of Life is a zero-person game, and critically depends on its initial state.

Starting the game, a Setup screen greets you, allowing you to draw any initial state to start the game. Left-click on any square to plot it.

Once you have finished setting up, press the SPACE key to start the game.

Development

clone the repository locally

go get -u github.com/ronnathaniel/game-of-life

run the game

cd $HOME/go/src/github.com/ronnathaniel/game-of-life
go run .

build the application

go build

build and save package

go install

Copyright

samo c 20

About

conway's game of life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages