Project

ttt_malisa

0.0
No commit activity in last 3 years
No release in over 3 years
A gem for generating a tic tac toe game in the command line.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0

Runtime

 Project Readme

Ruby CLI Tic-Tac-Toe Game

Welcome. This is CLI game is meant to be a "breakable toy" for learning Ruby fundamentals.

Installation

  1. Fork the repository and clone the master branch to your computer.
  2. In your local terminal, cd into the root directory of the app.
  3. 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