Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 746 Bytes

File metadata and controls

12 lines (8 loc) · 746 Bytes

asciigol: ASCII Game of Life

An implementation of Conway's Game of Life, written in C, that renders as ASCII in the terminal.

asciigol_gosper_glider_gun_bg.mp4
Program Description Documentation
asciigol Main Game of Life program asciigol.md
asciigolgen Configuration generator asciigolgen.md

Also see my simpler implementation of Conway's Game of Life: game-of-life-simple.