Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 243 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 243 Bytes

game_of_life_terminal

Game of life played in the terminal using ncurses.

Controls

Controls defined in game_of_life_tui.cpp.

Use w,a,r,s for up,left,down,right. Use f to step to next generation. Use space to toggle if a square is a cell.