/Tic-Tac-Toe-OOP

An OOP (Object Oriented Programming) project. This is a part of a series of projects to be completed by students of Microverse. Microverse version of Tic-Tac-Toe game. I Built a tic-tac-toe game on the command line where two human players can play against each other and the board is displayed in between turns.

Primary LanguageRubyMIT LicenseMIT

Tic Tac Toe OOP (Object Oriented Programming)

Description

This is a part of a series of projects to be completed by students of Microverse. Microverse version of the Tic-Tac-Toe game. I Built a tic-tac-toe game on the command line where two human players can play against each other and the board is displayed in between turns.

Example Gameplay

Features

Tic Tac Toe is a Cool Math Games: Xs and Os is a paper-and-pencil game for two players, X,and O:

  • Players take turns marking the spaces in a 3×3 grid.
  • The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.

The following example game is won by the first player, X: example

Technologies

  • Ruby

Getting started

To play Tic-tac-toe:

Run tests

rspec

Authors

👤 Author1

👤 Author2

Show your support

  • Give a ⭐️ if you like this project!

📝 License

  • MIT License, see LICENSE for details.