puruagarwal1 / python_dir

accepted in hacktoberfest 2023
15 stars 109 forks source link

TIC-TAC-TOE AI using MINIMAX Algorithm #42

Open qaidjoharj53 opened 1 year ago

qaidjoharj53 commented 1 year ago

I have implemented a python program using pygame. An unbeatable AI agent playing Tic Tac Toe.

AlefiyaAbbas commented 1 year ago

Along with minimax, Alpha Beta Pruning can also be implemented to get a better time complexity.

saku1331 commented 1 year ago

I wish to contribute. Kindly assign this to me.

qaidjoharj53 commented 1 year ago

@AlefiyaAbbas @saku1331

I already applied for this task. Your requests are just violating the Code of Conduct.

I request @puruagarwal1 to please see upon this and assign the task to me as per COC.

Thank You

AlefiyaAbbas commented 1 year ago

@qaidjoharj53

I have not asked to assigned me the "TIC-TAC-TOE AI using MINIMAX Algorithm", thus am not violating the Code of Conduct. It was a suggestion that another algorithm can be implemented alongside.