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 .
- Host: GitHub
- URL: https://github.com/mhdez221993/tic_tac_toe
- Owner: Mhdez221993
- License: gpl-3.0
- Created: 2021-04-26T07:41:08.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2022-05-11T17:01:33.000Z (about 4 years ago)
- Last Synced: 2024-10-03T12:34:46.930Z (almost 2 years ago)
- Topics: games, ruby, shell
- Language: Ruby
- Homepage: https://tic-tac-toe-hazel-three.vercel.app
- Size: 72.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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!