Skip to content

sumanawal/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published