Skip to content

Simple GUI implementation of the Conway's Game Of Life

Notifications You must be signed in to change notification settings

JoshukLite/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

GameOfLife

Simple GUI implementation of the Conway's Game Of Life

Application Info

Use Apache Ant in application root directory to build or run application

Starting

Start game with default configuration

./ant run

Start game with specific arguments

./ant run -Dwidth=[number] -Dheight=[number] -Dcell=[number] -Dprecision=[number]

All arguments are optional and can be typed in different order. To get full information about arguments use Ant in application root directory

./ant

About

Simple GUI implementation of the Conway's Game Of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages