John Conways Game of Life in Java, either as a applet or as a stand alone program.
-
Updated
Nov 30, 2017 - Java
John Conways Game of Life in Java, either as a applet or as a stand alone program.
The Game of Life is played on a two-dimensional rectangular grid of cells. Each cell can be either alive or dead.
A Conway's game of life done with libgdx in order to learn the fundamentals of this library.
This is a math-based simulation in which cells are activated or deactivated based on how many neighbours are nearby.
Conway's game of life implementation in Java with the JavaFX framework
Application of Design Patterns to Conway's Game of Life, and other Design Patterns exercises in Java.
This program is based on "The Game Of Life" by mathematician John Conway. Uses the Swing class to create the "cells" of the game.
A version of John Conway's Game of Life written in Java.
The Game of Life but programmed in Java
[CLOSED] JavaFX GameOfLife project with a lot of features like support of hexagrid.
Adaptación al Juego de la Vida de John Conway para un tablero 30x30
Game Of Life Simulation Implementation
Play a simple version of the Game of Life, a single player game invented in 1970 by Cambridge mathematician John Conway
JavaConcurrency codebase
Add a description, image, and links to the gameoflife topic page so that developers can more easily learn about it.
To associate your repository with the gameoflife topic, visit your repo's landing page and select "manage topics."