Skip to content

dthesiya/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife

Game of Life implementation in native Android

Lab1

  • It is developed using Android 2D graphics.

  • It has configurable grid dimensions from 2X2 to 20X20.

  • It is a simple game generating next version evolution based on current configuration on each next click.

Lab1_extended

  • It is implemented using image rendering and GridView + Adapter.

  • It is a bit enhanced version of Lab1 generating next versions of evolution continuously once user starts it until either 1) it reaches a stable state, 2) every life goes outside of grid bounds or 3) user stops explicitly.

License

These applications are released under the Apache License 2.0.

About

Game of Life implementation in native Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages