Ruby CLI Tic-Tac-Toe Game
Welcome. This is CLI game is meant to be a "breakable toy" for learning Ruby fundamentals.
Installation
- Fork the repository and clone the master branch to your computer.
- In your local terminal,
cd
into the root directory of the app. - In your local terminal, run
bundle install
to install all the dependencies.
To play Tic-Tac-Toe
ruby bin/run.rb
To run the Rspec tests
rspec <ruby_test_file>_spec.rb
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update the tests as appropriate.
Please adhere to the Contributor Convenant code of conduct (https://www.contributor-covenant.org/) by continuing to "foster an atmosphere of kindness, cooperation, and understanding" when contributing to this project.
License
The app is available as open-source under the terms of the MIT license