Skip to content

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

License

Notifications You must be signed in to change notification settings

Xotchkass/Go_of_Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

go 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages