A simple 2 human player, CLI based chess game that implements basic OOP concepts in Ruby.
bundle install # install dependencies
ruby game.rb
- Support en passant, castling, pawn promotion and draws.
- Enable computer player with AI using minimax algorithm and alpha-beta pruning