{"id":21051020,"url":"https://github.com/gizipp/robot","last_synced_at":"2025-11-06T21:03:33.720Z","repository":{"id":21303221,"uuid":"24619538","full_name":"gizipp/robot","owner":"gizipp","description":"Robot simulator","archived":false,"fork":false,"pushed_at":"2020-03-13T12:29:12.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T23:21:15.715Z","etag":null,"topics":["robot","robot-simulator","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gizipp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-30T01:22:22.000Z","updated_at":"2023-10-24T18:30:19.000Z","dependencies_parsed_at":"2022-08-20T23:00:21.446Z","dependency_job_id":null,"html_url":"https://github.com/gizipp/robot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gizipp/robot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizipp%2Frobot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizipp%2Frobot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizipp%2Frobot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizipp%2Frobot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gizipp","download_url":"https://codeload.github.com/gizipp/robot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizipp%2Frobot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269819032,"owners_count":24480087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["robot","robot-simulator","ruby"],"created_at":"2024-11-19T15:49:20.364Z","updated_at":"2025-11-06T21:03:33.674Z","avatar_url":"https://github.com/gizipp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Robot Simulator\n=================\nThis is Robot Simulator. The command is PLACE, MOVE, LEFT, RIGHT and REPORT.\n\n#Usage\nOpen irb and load robot.rb and create object. The robot! To create the robot :\n\n```\nrobot = Robot.new\n```\n\nCheck the robot is alive and ready to go :\n\n```\nrobot.command(\"PING\")\n```\n\nand the result should be PONG!\n\nAssign some command to the robot :\n\n```\nrobot.place(1,2,\"EAST\") -\u003e to placing robot on certain location\nrobot.command(\"MOVE\") -\u003e to move the robot 1 step\nrobot.command(\"LEFT\") -\u003e to face the robot to the left\nrobot.command(\"RIGHT\") -\u003e to face the robot to the right\nrobot.command(\"REPORT\") -\u003e to report the location of the robot\n```\nTest the robot with some cases. To run default test case run this command :\n\n```\nrspec robot_spec.rb\n```\n\nFor more test case, open robot_spec.rb and add some test case for the robot.\n\n#Version\n0.1","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgizipp%2Frobot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgizipp%2Frobot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgizipp%2Frobot/lists"}