/kotlin-react-tic-tac-toe

React tic tac toe tutorial application written in Kotlin JS

Primary LanguageKotlinApache License 2.0Apache-2.0

Kotlin React tic tac toe

A bit evolved implementation of the React Tutorial written in Kotlin for educational purposes.

Supports reactive dynamic board size changing, different needed line lengths for victory and two game modes: human vs human and human vs AI.

  • AI uses classic minimax algorithm (without deep heuristics algorithms or alpha beta pruning).

Example

Link: https://ankburov.github.io/kotlin-react-tic-tac-toe