Skip to content

saungkertas/game_of_life_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

This project is to run Conway's GameOfLife from one pattern user input. 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, or, for advanced players, by creating patterns with particular properties.

Dev Environment Setup for OS X.

  • Java v10
$ brew cask install java

At present(22/08/2018) it will directly install java 10. Please verify the version if you are using it later.

To install java please refer

  • Gradle v5.0

To install gradle please refer

Test instructions

$ ./gradlew clean test

Build instructions

$ ./gradlew build

Code Coverage instructions

$ ./gradlew clean build jacocoTestReport

Code complexity

$ ./gradlew clean build check

Author

Syarif Hidayatullah

About

This project to create game of life program using java and tdd method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages