Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
4ban committed Nov 29, 2018
1 parent 44977c6 commit bad09ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/game/strategies/PlayerStrategies/AiRandomStrategy.java
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ public AttackWorker(GameState gameState) {
*/
@Override
protected Void doInBackground() {
// TODO Luck parameter
float randomThreshold = 0.01f;

Random random = new Random();
Expand Down
2 changes: 1 addition & 1 deletion src/game/strategies/PlayerStrategies/BaseStrategy.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
public class BaseStrategy implements IPlayerStrategy, Serializable {
private static final long serialVersionUID = 1L;

// TODO Pause var
public final int PAUSE = 3000;
/**
* Method describes the behavior of the game during rolling the dices. i.e. attacking phase.
Expand Down

0 comments on commit bad09ef

Please sign in to comment.