Skip to content

Tic-Tac-Toe game created using Ruby, with the option to play against the computer or a friend. Everything divided into classes

Notifications You must be signed in to change notification settings

garciajordy/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

In this project, We have implemented our own version of the game Tic-Tac-Toe using ruby.

Built With

  • Ruby
  • VS Code

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder>
$ git clone https://github.com/JulianaOsemeke/tic_tac_toe

Live Demo

Run on Repl.it

To Play The Game

$ cd tic_tac_toe
$ cd bin
$ ruby main

Instructions

1)The game is played on a grid that's 3 squares by 3 squares.
2)Write a number between 1 and 9

to select the row and column respectively that you want to play on.
3)Once a player gets 3 marks in a row

(up, down, across, or diagonally) is the winner.
4)If all 9 squares are full the game is over.

Author Details

👤 Jordy Garcia

  • Github:
  • Linkedin:

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give ⭐ Star me on GitHub — it helps!

About

Tic-Tac-Toe game created using Ruby, with the option to play against the computer or a friend. Everything divided into classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages