Skip to content

Multiplayer of different version of Tic-Tac-Toe

License

Notifications You must be signed in to change notification settings

ricglz/TTT-HL-MP

Repository files navigation

Tic-Tac-Toe-HL Multiplayer

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

How to run it

  1. Run ruby - v to know your current version of ruby. It should be at least 2.5.1
    • If it's not the correct version or you don't have it, install it here
  2. Run bundle install
  3. Run rails s

Contributing

note: Any changes or Pull Request regarding material assets should be made in official repo. And make sure you follow the guidelines

  1. Fork it ( https://github.com/ricglz0201/TTT-HL-MP/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request