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 "list_universe.h"
#include "list_loader.h"
#include "list_conway.h"
#include "list_conway_expandable.h"
#include "list_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 [-ipte?] 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-e
: consider the universe as expandable (incompatible with a torus universe!)