IN101 project on Conway's Game of Life
Functions
test-naive-generate-image.c File Reference

Test executble source code for a naive implementation of Conway's game of life image printer. More...

#include <stdio.h>
#include <stdlib.h>
#include "naive_universe.h"
#include "naive_loader.h"
#include "naive_pbm_writer.h"
Include dependency graph for test-naive-generate-image.c:

Functions

int main (void)
 

Detailed Description

Test executble source code for a naive implementation of Conway's game of life image printer.

Author
Victor Colomb (vic.c.nosp@m.ol@h.nosp@m.otmai.nosp@m.l.fr)
Date
2021-03-05

This test will load data/glider.txt and attemp to print the pgm image corresponding to the loaded universe