Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 323 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 323 Bytes

Tic Tac Toe game in console

Clone repository

Clone the repository in your local with the next command:

$ git clone [email protected]:SamBelmor/TicTacToe.git

Enter to your file where you saved the repository

Run the file game.rb in your console with the next command:

$ ruby game.rb

Enjoy the game!!