Skip to content

k3ntako/super-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Tic-Tac-Toe Build Status

This is a CLI tic-tac-toe game built in Ruby with test-driven development.

Getting Started

  1. Check the version of Ruby install on your computer
  $ ruby -v
  1. Install dependencies
  $ bundle install
  1. Give your file permission to be executed
  $ chmod +x ./bin/tic_tac_toe.rb
  1. Run the program
  $ ./bin/tic_tac_toe.rb

Testing

  1. Install dependencies:
  $ bundle install
  1. Run tests
  $ bundle exec rspec

Linter

This project uses RuboCop to assure that the project conforms to the Ruby Style Guide.

To run the linter:

  $ bundle exec rubocop

To automatically fix issues:

  $ rubocop --safe-auto-correct

Built With

Contributing

Built with awesome feedback from olgaboiar, bjornkjohnson, christophermanahan, and rstein66!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published