Android TicTacToe - Unbeatable AI, 2 players WiFi,Bluetooth

Discussion in 'Android Games' started by Emilian, Feb 17, 2020.

  1. Emilian

    Emilian New Member

    Feb 17, 2020
    1
    0
    1
    There are thousands of Tic Tac Toe games on the Google Play Store. The reason being is because of the simplicity of Tic-Tac-Toe, it is used as a pedagogical tool for teaching the branch of AI that deals with the searching of game trees.
    This is my implementation of the game, with an AI player with perfect play.
    As it's impossible to win a game against the AI player, your goal is to have a long 'draw streak' while making your moves as fast as you can. The unique feature of my game is that your time to move is measured, and at the end you can see your average move time and then try to improve it.
    To reduce the repetition of games, the AI always plays first with a random move
    This makes it much harder for you to make a draw and it's less boring.


    https://play.google.com/store/apps/details?id=com.logigames.tictactoe
     

Share This Page