Tic tac toe
This project implements Tic tac game. The game should be played by two participants, where each one will be having its Idantification on the board
- Additional description about the project and its features.
- First player will be asked to select symbol to play with either X or O
- Second player will be assigned with the symbol not taken
- Players will be moving their symbols on board alternatively targeting to fill three same symbols successive which means Win
- Players will move their symbols nine time. If none will the game is over.
- Ruby
- Variables
- Loops
- Arrays
- Methods
- Blocks
- Classes
- Module
- git clone: Github repo
- cd repo-folder
- start program: Ruby bin/main.rb on your command line or terminal
- Ruby installed on your local machine. Code editor (like VSCode) Terminal or similar to execute the program.
👤 Author1
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Author2
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues.
Give a ⭐️ if you like this project!
- StackOverflow
This project is MIT licensed.