{"id":19725350,"url":"https://github.com/bodacious/robotop","last_synced_at":"2026-05-16T07:09:25.045Z","repository":{"id":66871727,"uuid":"290281886","full_name":"Bodacious/RoboTop","owner":"Bodacious","description":"Table-top based robot game","archived":false,"fork":false,"pushed_at":"2020-08-26T10:54:33.000Z","size":248,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T01:46:58.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Bodacious.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-25T17:38:10.000Z","updated_at":"2020-08-26T10:54:35.000Z","dependencies_parsed_at":"2023-02-23T10:45:59.579Z","dependency_job_id":null,"html_url":"https://github.com/Bodacious/RoboTop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bodacious/RoboTop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2FRoboTop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2FRoboTop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2FRoboTop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2FRoboTop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bodacious","download_url":"https://codeload.github.com/Bodacious/RoboTop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2FRoboTop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33093711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-11T23:29:28.353Z","updated_at":"2026-05-16T07:09:25.012Z","avatar_url":"https://github.com/Bodacious.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🤖🤖 RoboTop 🤖🤖\n\nA table-top Robot game\n\n## Installation\n\nInstall on your local machine with the following command:\n\n```\ngit clone git@github.com:Bodacious/RoboTop.git\n```\n\nNext, ensure you have the required gems installed with the following command:\n\n```\nbundle install\n```\n\n## How to play\n\n### Playing live\n\nFrom the root directory of the application, run the following command to start the game:\n\n``` bash\nbin/robo_top\n```\n\nThis will start a new session with your robot. Your robot will respond to the following typed commands:\n\n- \"MOVE\"\n- \"LEFT\"\n- \"RIGHT\"\n- \"REPORT\"\n- \"PLACE x,y,f\"*\n\n_* (where x and y are numbers \u003c 5, and f is one of NORTH,EAST,SOUTH,WEST)_\n\nPress the Enter or Return key to execute each typed command one by one.\n\n### Playing with a pre-written sequence\n\nYou may also provide a text file with a list of instructions. This file should contain one instruction per line, with no additional spaces, comments, or other text.\n\n``` bash\nbin/robo_top --file spec/training/routine_3.txt\n```\n\nThis will start a new session with your robot, and execute the sequence of commands before terminating.\n\n### Playing with debugging feedback\n\nBoth while playing live or with a pre-written sequence, you can choose to log the result of each command to the logger file found at `./log/output.log`. To use logging, pass the option `--debug` when running the `bin/robo_top` command. For example:\n\n```\nbin/robo_top --debug\nbin/robo_top -d --file spec/training/routine_1.txt\n```\n\n## Tests\n\nTo run the test suite, first ensure that you have the necessary gems installed, and then run `rspec spec`\n\n```\nbundle install --with=test\nrspec spec\n```\n\n## Documentation\n\nThe code is well documented using the TomDoc format.\n\nMore human-friendly documentation is available if required. To generate this, make sure the required gems are installed, and then execute the `yard doc` command:\n\n```\nbundle install --with=docs\nyard doc --plugin tomdoc --hide-void-return --title \"RoboTop\" --markup=markdown --markup-provider=kramdown --readme=README.md\n```\n\nThis will build HTML files at `./doc/` which you can view in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodacious%2Frobotop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodacious%2Frobotop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodacious%2Frobotop/lists"}