Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 481 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 481 Bytes

Tic Tac Toe

Tic Tac Toe is popular mind game. This project is build with PORO to play Tic Tae Toe with friends.

Installation

To install the application, clone the repo.

git clone [email protected]:sumanawal/tic_tac_toe.git 
cd tic_tac_toe
bundle install

Play Game

# With Executable
./start

# Wih Ruby code
ruby app/main.rby

Test

For test, rspec has been used. Please execute following command to get test report.

bundle exec rspec spec