Skip to content

koolkt/tictactoe_ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tictactoe_ruby

Command line tic-tac-toe in ruby with an AI using minimax Algorithm.

Try it!

$> git clone [email protected]:koolkt/tictactoe_ruby.git; cd tictactoe_ruby; ruby bin/tictactoe.rb

Todo:

  • simplify implementation with negamax
  • optimize with alpha beta prunning
  • write some actual tests
  • clean minimax implementation

About

Command line tic-tac-toe in ruby with an AI using minimax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages