Skip to content

rickykoter/CS1632_Deliverable5

Repository files navigation

Deliverable 5 - Refactoring of SlowLifeGUI/JavaLife

#####Note: This project was created using IntelliJ

##Instructions to run in Eclipse:

###1) Clone using git git clone https://github.com/rickykoter/CS1632_Deliverable5.git

###2) Create a project

Create a new eclipse project: File -> New -> Java Project and give it any name (i.e. SlowLifeGUI or JavaLife).

###3) Import the contents of the cloned project

  1. File -> Import...

  2. Select File System then Next

  3. 'From Directory' should be your cloned project's directory

  4. Select all files

  5. 'Into Folder' should be the 'src' directory of the newly created project.

  6. Select Finish

###4) Add the jUnit library

  1. Right click the project in the Package Explorer and selecting Build Path -> Add Libraries.

  2. Then select JUnit and click Next >.

  3. Select JUnit4 from the drop down.

  4. Select Finish.

###5) Run the program and tests The main function is in the GameOfLife class, and the tests are in PinningTest.java

About

Refactored version of the SlowLifeGUI/JavaLife code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages