Skip to content

🦠 Conway's Game of Life with a simple TUI (School 42)

License

Notifications You must be signed in to change notification settings

madhinenidivya/s21_game_of_life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Game of Life preview

Introduction

Conway's game of life implemented in C using ncurses

Goals

  • Learn basic control structures in C
  • Understand two dimensional arrays
  • Get better at using ncurses

Build

$ git clone https://github.com/bezlant/s21_game_of_life
$ cd s21_game_of_life/src
$ make

How to Play

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

About

🦠 Conway's Game of Life with a simple TUI (School 42)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.8%
  • Makefile 6.2%