Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 248 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 248 Bytes

#nclife

A simple implementation of Conway's game of life using ncurses. Use vi keybindings (h,j,k,l,0,$,g,etc.) to move around, the spacebar to set or unset a particular cell, r to run the game, p to pause, +/- to change the speed, and q to quit.