Skip to content

mborciuch/TicTacToeWithAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToeWithAI

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

About

TicTacToe App, with MinMaxAlgorith implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages