tic_tac_toe:基本的井字游戏

时间:2024-07-26 22:39:32
【文件属性】:

文件名称:tic_tac_toe:基本的井字游戏

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-26 22:39:32

Ruby

井字游戏 待办事项:写一个宝石描述 安装 将此行添加到应用程序的 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-master
----.gitignore(118B)
----LICENSE.txt(1KB)
----README.md(578B)
----tic_tac_toe.gemspec(896B)
----lib()
--------tic_tac_toe()
--------tic_tac_toe.rb(282B)
----Gemfile(96B)
----example.rb(398B)
----Rakefile(29B)

网友评论