Skip to content

Kerrigan29a/go_life

Repository files navigation

go_life: A Go implementation of Conway's Game of Life

Go Reference Go Report Card

Demo

Keymap

  • ESC, Ctrl+C, q: Exit
  • p: Pause / Resume
  • c: Redraw the screen
  • n: (On pause) Next generation
  • Right click: Turn ON all the 8 cells in the current position.
  • Any other click: Turn OFF all the 8 cells in the current position.

Why mouse clicks turn ON/OFF 8 cells?

This program uses Braille characters to represent the cells so, when you click on the screen the program cannot differentiate which of the 8 cells you want to change.