Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gasb150/tic-tac-toe


https://github.com/gasb150/tic-tac-toe

Last synced: about 1 month ago
JSON representation

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).