Skip to content

Commit

Permalink
again nicer (depending on who you ask :))
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisSoemers committed May 15, 2020
1 parent 50f7b91 commit b0aa037
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/random/RandomAI.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ public RandomAI()
FastArrayList<Move> legalMoves = game.moves(context).moves();

if (legalMoves.isEmpty())
{
return Game.createPassMove(context);
}

// If we're playing a simultaneous-move game, some of the legal moves may be
// for different players. Extract only the ones that we can choose.
Expand Down

0 comments on commit b0aa037

Please sign in to comment.