Skip to content

This project is done in C language. This program reads the initial stage of terminal from the text file and the animate it until given number of cycles.

Notifications You must be signed in to change notification settings

MrErrorSan/Game-Of-Life

Repository files navigation

##########################################
#             GAME OF LIFE               #
##########################################
Step1:
	Open terminal in directory in which files are present, you can do it right click on empty space and press "Open in terminal"
	Type following camand and press ENTER to compile the code
		
		make
		
	(New files will be genrated)
Step2:
	Type following camand and press ENTER to run the game of life
		
		./life pulsar.txt 10
		
	this camand in general form is:
		
		./life <cell_file> <cycles>
	
	Now Watch the game running...

About

This project is done in C language. This program reads the initial stage of terminal from the text file and the animate it until given number of cycles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published