Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manveru/go.life

Game of Life in Go
https://github.com/manveru/go.life

Last synced: about 4 hours ago
JSON representation

Game of Life in Go

Awesome Lists containing this project

README

        

# Game of Life

Just a simple implementation of [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway's_Game_of_Life)
Controls are displayed on startup in the terminal.

## Dependencies

go get github.com/banthar/Go-SDL/sdl

## Running it

go run life.go

## Options

go run life.go -h

## License

MIT