Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gasb150/tic-tac-toe
https://github.com/gasb150/tic-tac-toe
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gasb150/tic-tac-toe
- Owner: gasb150
- License: mit
- Created: 2020-12-03T19:29:52.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2020-12-09T16:31:26.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:52:41.747Z (over 1 year ago)
- Language: Ruby
- Size: 208 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruby Project - Tic Tac Toe
We built a version of the classic Tic Tac Toe game to be played on the command line. Two players can play against each other while the board and the keys for each move/position are displayed on the terminal.
# About (How to play the game)
INSTRUCTIONS: The game start in a grid table of 3x3 cells with numbers. Each player has a symbol to draw in any of the positions not yet taken by the other player. Player 1 goes first, and each turn allows just one move. The winning condition is to draw 3 identical symbols in a straight, whether horizontal, vertical or diagonal.
## Built With
- Ruby 2.7.2p137
- VS Code
### Prerequisites
- Ruby
- Type 'gem install colorize' on the terminal to enable colors
## Setup
- Install git
- Open Terminal
- Change directory to folder to download repository
- Use cd
- Run git clone https://github.com/gasb150/Tic-Tac-Toe
- Install Ruby
- Run ruby bin/main.rb to start the game
## Author
👤 **German Aquila**
- GitHub: [@realisticattorney](https://github.com/realisticattorney)
- Twitter: [@ContoliAxl](https://www.twitter.com/contoliaxl)
- Linkedin: [@germanaquila](https://www.linkedin.com/in/german-aquila-55a9171b5/)**Gustavo Sanmartin**
- GitHub: [@gasb150](https://github.com/gasb150)
- Twitter: [@7aves](https://twitter.com/7aves)
- LinkedIn: [Gutavo Sanmartin](https://www.linkedin.com/in/gustavo-sanmartin-b3b68261/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/gasb150/Tic-Tac-Toe)
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE).