8000 GitHub - dlresende/game-of-life: Conway's Game of Life.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dlresende/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

This is a basic Java version of the Conway's Game of Life that I develop during the Code Retreat at Xebia France on 29 September 2012.

The "game" is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves.

Install

  • mvn clean install

Run

  • mvn exec:java -Dexec.mainClass="net.diegolemos.gameoflife.GameOfLife"

About

Conway's Game of Life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0