1.1.0 • Published 7 years ago

uttt-ia v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

uttt-ia

Artificial intelligence that plays Ultimate tic tac toe.

Installing

npm install uttt-ia

Testing

npm test

Data formatting

The Super tic tac toe board is represented by a 9x9 character matrix where each cell can have either 'o', 'x' or '.' as its representation. 'o' means player 1 'x' means player 2 '.' means that the cell is not taken

All moves are represented by a line with two integers integers separated by one space. {row} {column}

The first one is the row of the board and the second one represents the column of the board. both row and column are 0-indexed.

1.1.0

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago