An open API service indexing awesome lists of open source software.

https://github.com/mhdez221993/tic_tac_toe

A game in which two players alternately put Xs and Os in compartments of a figure formed by two vertical lines crossing two horizontal lines and each tries to get a row of three Xs or three Os before the opponent does .
https://github.com/mhdez221993/tic_tac_toe

games ruby shell

Last synced: about 1 year ago
JSON representation

A game in which two players alternately put Xs and Os in compartments of a figure formed by two vertical lines crossing two horizontal lines and each tries to get a row of three Xs or three Os before the opponent does .

Awesome Lists containing this project

README

          

# Tic Tac Toe

A game in which two players alternately put Xs and Os in compartments of a figure formed by two vertical lines crossing two horizontal lines and each tries to get a row of three Xs or three Os before the opponent does.
I'd like to point out that, this project is built in pure Ruby no packages, no Genfile needed.

![tic_tac_toe1](https://user-images.githubusercontent.com/67757001/165240349-0c77a83a-79b0-475d-b35f-6173ae6982b0.jpeg)

## Built With

- Ruby
- RSpec
- Unix shell

## Getting Started

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

Run in your terminal `git clone git@github.com:Mhdez221993/tic_tac_toe.git`

Ensure you have ruby intalled

In the command line run `./bin/main.rb`

Have fun!

## Authors

👤 **Sebastian Rizzuto**

- GitHub: [@srizzuto](https://github.com/srizzuto)
- Twitter: [@sbstnrzzt](https://twitter.com/sbstnrzzt)
- LinkedIn: [Sebastian Rizzuto](https://www.linkedin.com/in/srizzuto/)

👤 **Moises Hernandez Coronado**

- GitHub: [@Mhdez221993](https://github.com/Mhdez221993)
- LinkedIn: [Moises Hernandez Coronado](https://www.linkedin.com/in/moises-hdez-coronado/)

👤 **Safa Aballagh**

- GitHub: [@Safafa](https://github.com/safafa)
- Twitter: [@safa aballagh](https://twitter.com/Aballagh_S)
- LinkedIn: [Aballagh Safa](https://www.linkedin.com/in/aballaghsafa/)

## Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/srizzuto/bubble-sort/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- To my coding partner who helped me through all the work
- To my Stand Up Team who kept my morale up!