Skip to content

Spground/GameOfLife

Repository files navigation

GameOfLife

#1.What is this? This is an implemention of Conway's "Game Of Life",which runs in Android.

#2.Why do this? I got the problem when I toke part in an activity organized by Dalian Hi-Think Computer Technology Corp a few days ago. After activity, i am interested in the problem , so i finish a simple demo based on Android.

#3. Core Step The LifeGame Class is the Algorithm, which contains tow core methods, one is getting the numbers of living neighbors, the other one is getting the cell's status in next generation by giving a cell's current status.

#The Gif image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages