Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1006 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 1006 Bytes

JUnit4 / Hamcrest / Mockito example usage

This project contains example code that goes along with this Prezi.

The default spreadsheet used by the DisplayData class can be populated using this form.

Run the Game of Life

java -cp target/classes se.athega.lizell.gameoflife.Game
java -cp target/classes se.athega.lizell.gameoflife.Game [blinker|beehive|glider|die]
java -cp target/classes se.athega.lizell.gameoflife.Game ---\
***\
---

Run the Google Spreadsheet Viewer

mvn exec:java -Dexec.mainClass=se.athega.lizell.gdata.DisplayData
mvn exec:java -Dexec.mainClass=se.athega.lizell.gdata.DisplayData -Dexec.args="<aKey>"

Feel free to adjust, expand, provide feedback or all of it! ;)

/Christian