Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesi21/tic-tac-toe
A command-line version of the classical Tic-Tac-Toe Game
https://github.com/mesi21/tic-tac-toe
Last synced: 8 days ago
JSON representation
A command-line version of the classical Tic-Tac-Toe Game
- Host: GitHub
- URL: https://github.com/mesi21/tic-tac-toe
- Owner: Mesi21
- Created: 2019-05-07T13:56:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T16:02:16.000Z (over 4 years ago)
- Last Synced: 2025-01-16T00:19:17.911Z (27 days ago)
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tic-Tac-Toe Game - version: Command line
==========================================
This project is about recreating the Tic-Tac-Toe game. There are two players who play against one-another two get three of their own marks in a row.
---
RULES FOR TIC-TAC-TOE - from (https://www.exploratorium.edu/brain_explorer/tictactoe.html)1. The game is played on a grid that's 3 squares by 3 squares.
2. You are X, your friend (or the computer in this case) is O. Players take turns putting their marks in empty squares.
3. The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
4. When all 9 squares are full, the game is over. If no player has 3 marks in a row, the game ends in a tie.
---## Technical Tools:
- Ruby## Contributors:
[Molnar Emese](https://github.com/Mesi21),
[Noordeen Malango](https://github.com/i4seeu)### If you like this project don't forget to support it by giving a :star: