Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 200 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 200 Bytes

Tic-Tac-Toe

Interactive command-line tic-tac-toe game for two players

Play it

Get the code then run ruby src/main.rb.

Dependencies

  • Ruby,
  • Bundler (optionally),
  • RSpec (for tests)