An n-by-n sized tic-tac-toe game for any number of human players and computer players. Built in Ruby.
HOW TO PLAY:
- Load game.rb
- Initialize game: variable_name = Game.new(grid_size_number, player1_symbol: false, player2_symbol: true, etc.) hwere false indicates human player and true indicates computer player.
- Play game: variable_name.play