Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 356 Bytes

Ruby Tic-Tac-Toe

A simple Ruby tic-tac-toe CLI game

Getting started

  1. Make sure you have Ruby installed
  2. In your Terminal, type ruby tictactoe.rb

That's it!

Features:

  • You can choose the size of the board (3x3 to 8x8)
  • The computer tells you what it thinks the best move is
  • You can type R to do a random move
  • Type Q to quit the game