toy_robot:模拟玩具机器人在方形桌面上移动

时间:2024-07-29 13:50:19
【文件属性】:

文件名称:toy_robot:模拟玩具机器人在方形桌面上移动

文件大小:39KB

文件格式:ZIP

更新时间:2024-07-29 13:50:19

ruby toy-robot Ruby

玩具机器人模拟器 描述 模拟玩具机器人在方形桌面上移动,尺寸为 5 个 x 5 个单位。 有关详细信息,请参阅下面的。 所有代码都是用 Ruby 编写的,在帮助下进行模型验证检查,以及用于命令行界面。 安装 使用 Bundle 安装 gem 依赖项: $ bundle install 用法 在命令行手动输入命令: $ toy_robot 从文件运行命令: $ toy_robot -f [filename] 扩展模式 要启用功能,请传入-e标志: 在扩展模式下在命令行上手动输入命令: $ toy_robot -e 在扩展模式下从文件运行命令: $ toy_robot -e -f [filename] 测试 通过使用进行测试、使用进行代码测试覆盖、使用Reek修复代码异味以及使用代码气候进行质量度量来尝试代码质量。 运行测试: $ rspec spec/ 检查测试


【文件预览】:
toy_robot-master
----.gitignore(112B)
----.simplecov(163B)
----.document(28B)
----toy_robot.gemspec(1KB)
----.rspec(59B)
----bin()
--------toy_robot(123B)
----.travis.yml(306B)
----.ruby-version(6B)
----LICENSE.txt(1KB)
----spec()
--------cli_spec.rb(6KB)
--------support()
--------robot_map_spec.rb(2KB)
--------application_spec.rb(1KB)
--------robot_spec.rb(452B)
--------position_spec.rb(2KB)
--------extended_robot_spec.rb(6KB)
--------toy_robot_spec.rb(168B)
--------spec_helper.rb(357B)
--------board_spec.rb(213B)
--------block_spec.rb(1KB)
--------extended_application_spec.rb(20KB)
--------extended_board_spec.rb(2KB)
--------board_map_spec.rb(2KB)
----README.md(8KB)
----lib()
--------toy_robot()
--------toy_robot.rb(398B)
----test_data()
--------instructions3.txt(41B)
--------instructions2.txt(27B)
--------instructions4.txt(87B)
--------instructions1.txt(27B)
--------garbage.txt(106B)
----Gemfile(234B)
----.yardopts(64B)
----Rakefile(635B)
----ChangeLog.md(44B)

网友评论