Skip to content
#

bitboards

Here are 32 public repositories matching this topic...

Tic Tac Toe with a perfect play AI (Minimax). The AI evaluates all possible positions once, and then later uses a hash table to look up score/best move for a certain position. The game uses two bitboards to represent the board and bit operations to perform operations such as move, undo move, get legal moves etc (see: https://en.wikipedia.org/wiki/Bitboard). The game has a graphical user interface.

  • Updated Aug 2, 2016
  • Java

Improve this page

Add a description, image, and links to the bitboards topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bitboards topic, visit your repo's landing page and select "manage topics."

Learn more