Conway's game of life implemented in C using ncurses
- Learn basic control structures in C
- Understand two dimensional arrays
- Get better at using ncurses
$ git clone https://github.com/bezlant/s21_game_of_life
$ cd s21_game_of_life/src
$ make
There are presets for the s21_game_of_life in the /maps folder.
To use a preset use input redirection ./build/s21_game_of_life < maps/file.txt.
Or you can make your own preset
Have fun!
- To adust speed press on
1-9
- To quit press
ESC