uttt-ia

1.1.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    8
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    8
  • 1.0.0
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i uttt-ia

Weekly Downloads

8

Version

1.1.0

License

ISC

Last publish

Collaborators

  • ogastorga