dawidbieniek / GameOfLife

Conway's game of life implementation in C to run on realtime operating system QNX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameOfLife

Conway's game of life implementation in C to run on realtime operating system QNX

Compilation

Run make to compile whole program. make clean can be used to remove *.o files after compilation.

Requires ncureses library to compile

Functionality

  • run in realtime, using whole console window
  • automatic/manual stepping between simulation steps
  • load/save boards from/to file
  • edit boards in realtime
  • set settings of simulation in realtime

About

Conway's game of life implementation in C to run on realtime operating system QNX


Languages

Language:C 98.0%Language:Makefile 2.0%