Multiplayer of different version of Tic-Tac-Toe
Tic-Tac-Toe-HL Multiplayer
is a game done with the use of rails, material design and action cable
Offical repo github.com/ricglz0201/TTT-HL-MP
ruby - v
to know your current version of ruby. It should be at least 2.5.1
bundle install
rails s
note: Any changes or Pull Request regarding material assets should be made in official repo. And make sure you follow the guidelines
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)