Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sup
  • Loading branch information
Joe Hill committed Apr 21, 2017
1 parent ab97e55 commit e8f1d7a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/.gitignore
@@ -0,0 +1,3 @@
/view/
/controller/
/model/
Binary file modified bin/controller/Cashflow.class
Binary file not shown.
Binary file modified bin/model/MarketTile.class
Binary file not shown.
Binary file modified bin/view/FSWindow$1.class
Binary file not shown.
Binary file removed bin/view/FSWindow$2.class
Binary file not shown.
Binary file modified bin/view/FSWindow.class
Binary file not shown.
1 change: 1 addition & 0 deletions src/controller/Cashflow.java
Expand Up @@ -43,6 +43,7 @@ public class Cashflow
{
// TODO Play method
// Get player whose turn it is
// Display their financial statement
// Check down sized (check if player's down size counter is 0)
// Check charity (Check if charity counter is 0)
// Roll dice
Expand Down
6 changes: 6 additions & 0 deletions src/model/MarketTile.java
Expand Up @@ -6,5 +6,11 @@ public class MarketTile extends Tile
super(type, boardIndex);
// TODO Auto-generated constructor stub
}

@Override
public void getLandedOn(Player p)
{

}

}
2 changes: 1 addition & 1 deletion src/view/TileButton.java
Expand Up @@ -34,7 +34,7 @@ public class TileButton extends JButton {
if (this.tile instanceof Tile) {
/*
* i dont actually really like this method
* but i think it should be like that iterator in cashflow
* but i think it should be like that iterator in cash flow
* that determines moving over the tiles and if it's landed on
* the gui should be brought up already in the handler method
*/
Expand Down

0 comments on commit e8f1d7a

Please sign in to comment.