diff --git a/bin/controller/Cashflow.class b/bin/controller/Cashflow.class index 0c05136..bf36558 100644 Binary files a/bin/controller/Cashflow.class and b/bin/controller/Cashflow.class differ diff --git a/src/controller/Cashflow.java b/src/controller/Cashflow.java index 6ee73c9..08160b7 100644 --- a/src/controller/Cashflow.java +++ b/src/controller/Cashflow.java @@ -5,10 +5,18 @@ import model.*; public class Cashflow { + + + private GameBoard _board; + private Player[] _players; + private CardStack[] _cards; + public static void main(String[] args) { + /* + * Just testing stuff in here for now. Main method will call the go() method when game is built + */ MarketStack ms = new MarketStack(); - int initialSize = ms.getSize(); for(int i=0; i