/tic_tac_toe

2 Player over websocket

Primary LanguageRuby

tic tac toe

2 player tic tac toe game implemented over Ruby on Rails full stack framework. Implemented using websockets and hotwire/stimulus(Turbo).

Screen.Recording.2022-10-25.at.5.21.55.PM.mov

How to run?

rails db:create; rails db:migrate; rails s;

then visit http://localhost:3000