井字游戏待办事项:写一个宝石描述安装将此行添加到应用程序的Gemfile中:gem 'tic_tac_toe' 然后执行: bundle
或者自己安装: gem install tic_tac_toe
用法TODO:在这里写使用说明。贡献流程:分叉它,创建您的功能分支(git checkout -b my-new-feature
),提交您的更改(git commit -am 'Add some feature'
),推送到分支(git push origin my-new-feature
),最后创建一个新的拉取请求。
tic tac toe:基本的井字游戏
文件列表
tic_tac_toe-master.zip
(预估有个14文件)
tic_tac_toe-master
.gitignore
118B
LICENSE.txt
1KB
README.md
578B
tic_tac_toe.gemspec
896B
lib
tic_tac_toe
game.rb
2KB
core_extensions.rb
266B
board.rb
1KB
暂无评论