{"id":21558590,"url":"https://github.com/elie29/mars-rover-kata","last_synced_at":"2026-05-21T07:41:45.003Z","repository":{"id":92000203,"uuid":"194737118","full_name":"elie29/mars-rover-kata","owner":"elie29","description":"mars rover kata TDD","archived":false,"fork":false,"pushed_at":"2019-07-01T20:15:45.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T10:47:33.242Z","etag":null,"topics":["java","kata","spring"],"latest_commit_sha":null,"homepage":null,"language":"Java","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/elie29.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":"2019-07-01T20:14:48.000Z","updated_at":"2019-07-02T17:23:49.000Z","dependencies_parsed_at":"2023-03-17T05:30:16.729Z","dependency_job_id":null,"html_url":"https://github.com/elie29/mars-rover-kata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elie29%2Fmars-rover-kata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elie29%2Fmars-rover-kata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elie29%2Fmars-rover-kata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elie29%2Fmars-rover-kata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elie29","download_url":"https://codeload.github.com/elie29/mars-rover-kata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244153325,"owners_count":20406995,"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","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":["java","kata","spring"],"created_at":"2024-11-24T08:15:17.898Z","updated_at":"2026-05-21T07:41:44.938Z","avatar_url":"https://github.com/elie29.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mars Rover KATA\n\n## Description\n\nDevelop an API that moves a rover around a grid\n\n### Rules\n1. You are given the initial starting point (0, 0, N) of a rover\n2. 0,0 are X,Y coordinates on a grid of (10, 10)\n3. N is the direction it is facing (N, S, E, W)\n4. L and R allow the rover to rotate left and right around the grid\n5. M allows the rover to move one point in the current direction\n6. The rover receives a char array of commands e.g. RMMLM and returns the\nfinishing point after the moves e.g. 2:1:N\n7. The rover wraps around if it reaches the end of the grid\n8. The grid may have obstacles. if a given sequence of commands encounters an obstacle,\nthe rover moves up to the last position and reports the obstacle e.g. O:2:2:N\n\n## UnitTests\nRun `mvn clean test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felie29%2Fmars-rover-kata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felie29%2Fmars-rover-kata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felie29%2Fmars-rover-kata/lists"}