|
IN101 project on Conway's Game of Life
|
Test executble source code for a linked list implementation of Conway's game of life image printer. More...
#include <stdio.h>#include <stdlib.h>#include "list_universe.h"#include "list_loader.h"#include "list_pbm_writer.h"
Functions | |
| int | main (void) |
Test executble source code for a linked list implementation of Conway's game of life image printer.
This test will load data/glider.txt and attemp to print the pgm image corresponding to the loaded universe
1.8.13