cyboranf / tic-tac-toeAI

It's a game similar to original Tic-tac-toe (more details at ReadME). Project for AI subject on study where I must create a game where User can play vs MiniMax algorithm with alfa-beta upgrade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-ToeAI

It's a game similar to original Tic-tac-toe (more details at first video). Project for AI subject on study where I must create a game where User can play vs MiniMax algorithm with alfa-beta upgrade.

Pseudocode to be based on:

view App

Before Sign in view with instruction to my game:

beforeLog.webm

The version where the user starts:

userStarts.webm

The version where the AI starts:

aiStarts.webm

About

It's a game similar to original Tic-tac-toe (more details at ReadME). Project for AI subject on study where I must create a game where User can play vs MiniMax algorithm with alfa-beta upgrade


Languages

Language:Java 93.3%Language:CSS 6.7%