Tic Tac Toe is popular mind game. This project is build with PORO to play Tic Tae Toe with friends.
To install the application, clone the repo.
git clone [email protected]:sumanawal/tic_tac_toe.git
cd tic_tac_toe
bundle install
# With Executable
./start
# Wih Ruby code
ruby app/main.rby
For test, rspec has been used. Please execute following command to get test report.
bundle exec rspec spec