IN101 project on Conway's Game of Life
|
Source code for an executable of a naive implementation of Conway's game of life. More...
#include <stdio.h>
#include "naive_universe.h"
#include "naive_loader.h"
#include "naive_conway.h"
#include "naive_optionsparser.h"
Functions | |
int | main (int argc, char **argv) |
Source code for an executable of a naive implementation of Conway's game of life.
USAGE ./app-naive-conway [-ipt?] filename
-?
: print source textfile formatting help-p
: print simulation steps to console-i
: generate image output for each steps-t
: consider the universe as a torus