An AI playing tictactoe against you, using a version of the MinMax algorithm written in ruby
Go to file
2018-01-23 02:43:28 +01:00
board.rb Moved winning combos to a variable 2018-01-23 02:43:28 +01:00
bot.rb Ui changes and numbers between 1-9 now 2018-01-23 02:13:50 +01:00
human.rb Ui changes and numbers between 1-9 now 2018-01-23 02:13:50 +01:00
ticcy.rb Ui changes and numbers between 1-9 now 2018-01-23 02:13:50 +01:00