Skip to content

riprsa/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This is my realization of the Conway's Game of Life in Go. I did it just for fun.

I use Ebiten as game engine. Logic of Game of Life I implemented in Go by myself.

Features

  • Game of Life logic.
  • Primitive cell editor by mouse.
  • Pause, Play, Restart buttons and Speed control.
  • Cool GUI

Usage

Clone repo, run go run cmd/game/main.go and enjoy.

Controls

  • WASD/Arrows: move camera
  • Q/E or Wheel: zoom in/out camera
  • Space: pause/play
  • 12345: change speed
  • R: restart scene

About

My Game of Life realization in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages