IN101 project on Conway's Game of Life
|
Source code for a naive implementation of Conway's game of life loader. More...
#include "list_loader.h"
Functions | |
universe | list_conway_load (char *filename) |
Parse a text file into a universe structure. More... | |
Source code for a naive implementation of Conway's game of life loader.
universe list_conway_load | ( | char * | filename | ) |
Parse a text file into a universe structure.
filename | source text file filename |