Skip to content

imben1109/Tic-Tac-Toe

Repository files navigation

Tic-Tac-Toe Analysis

example.gif

Tic-Tac-Toe board state analysis tool. It would help to determine the winner of each game (player 'X', player 'O', or a draw) and determines which player is next to make a move for each game (player 'X' or player 'O').

If you are interested in Java version, you can take a look on: https://github.com/imben1109/Tic-Tac-Toe/tree/java

Requisite

  • Java 17

Build

gradlew build

The built artifact is in ./build/distributions/TicTacToe-1.0-SNAPSHOT.tar

Releases

No releases published

Packages

No packages published

Languages