Welcome to Tica Tac Toe Game! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file lib/David_tic_tac_toe
.
Clone this repo
$ git clone https://github.com/GASANAMDavid/David_tic_tac_toe.git
And then execute:
$ bundle install
Open terminal and navigate to the root directory of the project and execute below command
$rspec spec/
To play the game in a console execute the below command if your in root directory
$ ruby lib/main.rb
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/David_tic_tac_toe. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The library is available as open source under the terms of the MIT License.
Everyone interacting in the DavidTicTacToe project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.