Skip to content

Commit

Permalink
Change diamond representation from ^ to v to take up more of the square.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Baker committed May 14, 2016
1 parent 420959d commit 366a16a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Improvements
// echo "----------\n";
// fgets(STDIN);
- Some way to treat colors and shapes as "properties" generally when looking for shared property.
- Change diamond symbol to 'v' from '^'. The caret gives the illusion of a space. Regen TestGames to get the new symbol.
- When we introduced the performance improvement of not checking all orderings once a legal move was found we radically changed the outcome of TestGames::FIRST. This implies that the order you place your move in from amongst the available legal moves is important to the outcome. Leaving less opportunity for others and more for yourself should be a consideration of the AI.
- Can we do something like tryFit for isLegal? Start at the attachment location and work outwards and reject sooner if possible?

Expand Down
Loading

0 comments on commit 366a16a

Please sign in to comment.