Javascript implementation of Tic-Tac-Toe game This little project has been made for educational purposes. DEMO The search method based on minimax algorithm (wikipedia, chessprogramming); The board is implemented using the bitboard data structure (wikipedia, chessprogramming). Installation $ bower install License MIT