go_life

command module
v0.1.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2022 License: BSD-3-Clause-Clear Imports: 14 Imported by: 0

README

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.

Documentation

Overview

An implementation of Conway's Game of Life.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL