abdulkhaliqdev / Tic-Tac-Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TIC TAC TOE

This is a script to run Tic Tac Toe on your terminal using ruby.

Game Rules

Tic Tac Toe consists in a 3x3 board and two players.
Players choose between X and O as their symbol to play.
Players take turns to play their symbols in a empty cell.
The first player to fill a entire row, column or diagonal wins.
If no player fills it and the board is full it's a draw.

Built With

  • Ruby
  • Energy
  • Hard work

Live Demo

You can run it on Repl.it!

To get a local copy up and running follow these simple example steps.

Setup

  • Download the code or clone it.
  • Navigate through the terminal to where you download/clone it. You can use the command cd folder on windows.

Usage

  • When you are in the /Tic-Tac-Toe folder, you can type bin/main.rb to run the executable and follow the instructions in the terminal to play the game.

Authors

👤 Luis Vinicius

👤 Abdul Khaliq

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Inspiration

About


Languages

Language:Ruby 100.0%