Skip to content

felix-vondee/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

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)

Built With

  • Ruby
  • Rubocop

Getting Started

Prerequisites

To get a local copy up and running:

  1. Clone this repository or download the Zip folder.

git clone https://github.com/felix-vondee/tic_tac_toe.git

  1. Open your terminal, navigate to the location of the folders you have cloned

cd ~/<path_to_files>/tic_tac_toe

  1. Launch the game by running

bin/main.rb

Game Instructions:

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

Authors

Felix Vondee

Zil Norvilis

Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project and how we manage to build it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages