Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 950 Bytes

README.md

File metadata and controls

50 lines (26 loc) · 950 Bytes

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