Skip to content

nikhilsu/baselineWeek4

Repository files navigation

##Description

Project to Simulate 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages