Skip to content

janis-jenny/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

This is the game logic for Tic-Tac-Toe Game screenshot

TicTacToe - How to play

1 - The game is played on a grid that's 3 squares by 3 squares.
2 - You are X, the computer in this case is O.
3 - Players take turns putting their marks in empty squares.
4 - The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
5 - When all 9 squares are full, the game is over.
6 - If no player has 3 marks in a row, the game ends in a tie.
7 - Alright! Now you are able to continue, let's start the game!
Click HERE to start the TicTacToe!

If you want to download the game to play it locally:

1 - DOWNLOAD this respository.
2 - Install Ruby on your computer.
3 - Open a terminal.
4 - Go to the folder where you unzip the game files.
5 - Type bin/main.rb on the terminal.

TicTacToe Live Demo

StartGame - Repl.it live demo for TicTacToe

Authors

👤 Jonathas Tavares

👤 Jenny Cardenas

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages