Skip to content

abhisheksp/GameofLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Description Universe of the Game of Life

##Dependencies

  • JDK(1.6 or higher)
  • Apache Ant
  • JUnit(included under lib)
  • Hamcrest(included under lib)

##Downloading and installing dependencies

  • ####For Mac OS X
    • #####if homebrew is installed
      • Open terminal
      • Install ant by running the Methods

brew update

brew install ant

- #####if homebrew is not installed
    - Open terminal
    - Install homebrew by running the Method
    > ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    - Then install ant using the Method
    > brew install ant

##Steps to Build:

  1. Set present working directory to Project directory.
  2. Run the following Method

ant

About

Game of Life Baseline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages