This is a tic-tac-toe API which uses my tic_tac_toe_wp
ruby gem and Sinatra to facilitate the gameplay. This is the back-end to the a forthcoming React front-end.
- Ensure Ruby is installed on your machine with a package manager of your choice
- Run
gem install tic_tac_toe_wp
- Run
bundle install
- Run
$ rackup -p 4567
- View at
http://localhost:4567
- Run
rspec
for to run the test suite