All Projects → edwinm → Game-of-Life-in-Java

edwinm / Game-of-Life-in-Java

Licence: other
John Conways Game of Life in Java, either as a applet or as a stand alone program.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Game-of-Life-in-Java

go-appindicator
🚥 Go bindings for libappindicator3 C library
Stars: ✭ 19 (+0%)
Mutual labels:  applet
budgie-pixel-saver-applet
No description or website provided.
Stars: ✭ 32 (+68.42%)
Mutual labels:  applet
logic-life-search
Cellular automata search program
Stars: ✭ 23 (+21.05%)
Mutual labels:  gameoflife
IsoApplet
A Java Card PKI Applet aiming to be ISO 7816 compliant
Stars: ✭ 119 (+526.32%)
Mutual labels:  applet
GameOfLife
Conway's Game of Life
Stars: ✭ 18 (-5.26%)
Mutual labels:  gameoflife
GameOfLife
A python implementation of 'game of life'
Stars: ✭ 17 (-10.53%)
Mutual labels:  gameoflife
cgolGo
Conway's Game of Life in Golang
Stars: ✭ 38 (+100%)
Mutual labels:  gameoflife
java-notes
Complete Java Note for colleges in Nepal.
Stars: ✭ 30 (+57.89%)
Mutual labels:  applet
Online-Food-Delivery
5th SEM DBMS Mini Project under VTU CBCS.
Stars: ✭ 68 (+257.89%)
Mutual labels:  applet

Game of Life

The Game of Life is not your typical computer game. It is a 'cellular automaton', and was invented by Cambridge mathematician John Conway.

This game became widely known when it was mentioned in an article published by Scientific American in 1970. It consists of a collection of cells which, based on a few mathematical rules, can live, die or multiply. Depending on the initial conditions, the cells form various patterns throughout the course of the game.

Download the stand alone Game of Life application to play the Game of Life.

The Game of Life applet is no longer supported by modern browsers.

For an online version, you can use JavaScript version of the Game of Life.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].