Wednesday, April 15, 2020

My First “Conway's Game of Life” Program in Tribute to John Conway


R.I.P John Horton Conway ------------------------ The Game of Life in c for linux 

Requirements

  • A unix environment (Linux/FreeBSD/MacOS)
  • Bash
  • GNU C Compiler (GCC)
  • curses or ncurses TUI Library for c

How to build and run

$ bash build.sh $ ./run 

Editing initial layout

use your favorite text editor to edit data/matrix



from Hacker News https://github.com/Barkerprooks/conways-game-of-life.git

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.