The source codes are in three directories
	-- LifeGameCD++
	-- lifegame
	-- lifegameParallel
for different purpose of running the experiments.

-- LifeGameCD++
The corresponding CA model and log files could be found 
in the LifeGameCD++ directory
lifeMA.ma is the model file
and the log files from lifeMALOG_10.log 
to lifeMALOG_17.log are the simulation result 
of different initial values. 
Conway CA model and modified Von CA model is also
included in this ma file. 


The other two are the program rewritten in a different environment,
which is in the Visual Studio 2013 with CUDA 5.5 environment

-- lifegame
'lifegame' directory contains the source code of running 
CA model and configurations are given as follows:

1. Running the Conway life game CA model in single processor
	uncomment this: #define USE_SINGLE_PROCESSOR
	comment this: #define USE_TWO_PROCESSOR
	comment this: #define TRY_VON_CA


2. Running the Conway life game CA model in two-processor
	uncomment this: #define USE_TWO_PROCESSOR
	comment this: #define USE_SINGLE_PROCESSOR
	comment this: #define TRY_VON_CA

2. Running the Modifed von CA model in single processor
	uncomment this: #define TRY_VON_CA
	comment this: #define USE_SINGLE_PROCESSOR
	comment this: #define USE_TWO_PROCESSOR
	

-- lifegameParallel
'lifegameParallel' directory contains the source code of parallel
running CA model and configurations instructions are given as follows:

1. Running the Conway life game CA model
	uncomment this: #define CONWAY_LIFE_GAME
	comment this: #define VON_LIFE_GAME

2. Running the Modifed von CA model
	uncomment this: #define VON_LIFE_GAME
	comment this: #define CONWAY_LIFE_GAME

NOTICE:
**you can change the row and column before running the code
***for running correctly in 'lifegameParallel' you must have the correct
CUDA version and make sure you have a computability higher than 3.0 GPU 
the CUDA can be download at here: https://developer.nvidia.com/cuda-downloads