This is a simple noughts and crosses game developed as my first project during the Web Development Immersive course at General Assembly - London.
- Ruby 2.1.4
- Rails 4.2.0
- Psql 9.4.0
Visit the Heroku App or clone the repo:
- Clone the project using the URL:
git@github.com:cddurbin/tic_tac_toe.git
- Run
rake db:create db:migrate db:seed
bundle install
rails s