Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 319 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 319 Bytes

AI-TIC_TAC_TOE

Its a artificial intelligent agent playing classic tic tac toe against human user,Implemented in both minmax and alpha-beta algorithm versions, user inputs are in cartesian co-ordinate form ('X space Y) with both x and y ranging from 0-2,wrong input terminates programme(will improve in next version).