项目作者: ricglz

项目描述 :
Multiplayer of different version of Tic-Tac-Toe
高级语言: Ruby
项目地址: git://github.com/ricglz/TTT-HL-MP.git
创建时间: 2018-07-05T00:15:24Z
项目社区:https://github.com/ricglz/TTT-HL-MP

开源协议:MIT License

下载


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