This is my implementation of Conway's Game of Life via LibGdx as a learning experience for myself to work in LibGdx. 


Follwing Rules are to be followedAny live cell with fewer than two live neighbors dies, as if by underpopulation.

  1. Any live cell with fewer than two live neighbors dies, as if by underpopulation.
  2. Any live cell with two or three live neighbors lives on to the next generation.
  3. Any live cell with more than three live neighbors dies, as if by overpopulation.
  4. Any dead cell with exactly three live neighbors becomes a live cell, as if by reproduction.


For people interested in the Code, you can look it up here.

Published 20 days ago
StatusReleased
PlatformsHTML5
Authorcodingvessel
GenreSimulation
Tagsgameoflife, Singleplayer

Leave a comment

Log in with itch.io to leave a comment.