DEV Community

Phemia Ampaire
Phemia Ampaire

Posted on

TicTacToe game- Simple Ruby implementation

I have made this simple implementation of the tictactoe game. It is a game played by two players where they choose random numbers between 1 to 9. The first player takes X and the second player takes O. The interesting part is that the person who manages to score three times in a row is the winner

Top comments (0)