TicTacToe App, with MinMaxAlgorith implementation
This program has 3 difficulty levels: EASY - Computer does Random moves MEDIUM - Computer does Random moves, but if it can opportunity to win, it picks correct field HARD - Computer uses MINMAX Algorithm to check all posibilites and choose the best one
To run program, one need to insert:
start ,
where playertype is either "PLAYER" (Human Player) or [EASY, MEDIUM, HARD]. For Example Start PLAYER HARD Start EASY MEDIUM