AnkBurov / kotlin-react-tic-tac-toe

React tic tac toe tutorial application written in Kotlin JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React tic tac toe tutorial application written in Kotlin JS

License:Apache License 2.0


Languages

Language:Kotlin 94.9%Language:CSS 3.7%Language:HTML 1.4%