/tictactoe2

Play tic-tac-toe in the terminal!

Primary LanguageRuby

Terminal Tic-Tac-Toe 2

Play tic-tac-toe in the terminal!

This Ruby project is a two-player game of tic-tac-toe that can be played in the terminal. This project is part of the The Odin Project curriculum.

Using this code

  1. Fork this repository on GitHub.
  2. Clone your forked reposity onto your local computer.
  3. To play the game, cd into the project folder and type ruby game.rb.
  4. Good luck, have fun!