Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 671 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 671 Bytes

SmartTacToe

A gem to assist in playing tic tac toe against an unbeatable computer opponent. Code has full test coverage, and was developed using TDD.

Usage

To run, clone the repo: $ git clone https://github.com/discotroll65/smart_tac_toe.git

Then go to the directory: $ cd smart_tac_toe

and run the example file: $ ruby example/example.rb

Contributing

  1. Fork it ( https://github.com/[my-github-username]/smart_tac_toe/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request