Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go of Life

Simple implementation of Conway's Game of Life written in Go using the raylib library.

Requirements

Installation

go install github.com/Xotchkass/Go_of_Life@master
Go_of_Life

or

git clone https://github.com/Xotchkass/Go_of_Life
cd Go_of_Life
go build
./Go_of_Life

Controls

  • Left mouse button to paint a live cells
  • Right mouse button to paint dead cells
  • R key randomizes the grid
  • C key clears the grid
  • N key advances simulation a single generation if game is paused
  • Spacebar pauses/resumes simulation
  • +/- keys to increase/decrease simulation speed
  • Esc key to quit

Credits

About

Simple Conway's Game of Life implementation written in go with raylib.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages