The main goal of this project was to learn core Object Orentiated Programming concepts. We created a Tic Tac Toe game . In tic tac toe, each user is represented by one of two symbols "X" or "O". The first user to get three of these symbols in a row, column or diagonal wins the game.
![screenshot] (./app-screenshot.png)
- Ruby
- Rubocop
- A version of Ruby installed on your computer
- A basic knowledge of navigation inside a computer terminal. Learn more about computer terminals here
- Clone this repository or download the Zip folder.
git clone https://github.com/felix-vondee/tic_tac_toe.git
- Open your terminal, navigate to the location of the folders you have cloned
cd ~/<path_to_files>/tic_tac_toe
- Launch the game by running
bin/main.rb
- Each user should enter their names after the game starts up, first player is asigned symbol 'X' automatically and second player gets 'Y'.
- The game will inform a player if it's their turn to make a move
- Available spaces on the board are represented by numbers from 1 to 9.
- The first user to get three of these symbols in a row, column or diagonal wins the game.
Felix Vondee
- GitHub: @felix-vondee
- Twitter: @felix_vondee
- LinkedIn: Felix Vondee
Zil Norvilis
- GitHub: @zilton7
- Twitter: @devnor7
- LinkedIn: zil-norvilis
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project and how we manage to build it!