{"id":19669161,"url":"https://github.com/pcriv/mancala","last_synced_at":"2026-02-16T01:39:50.539Z","repository":{"id":44578506,"uuid":"237646622","full_name":"pcriv/mancala","owner":"pcriv","description":"Mancala game implementation in Go as an API","archived":false,"fork":false,"pushed_at":"2026-02-08T00:18:13.000Z","size":764,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-08T09:05:56.214Z","etag":null,"topics":["api","golang","mancala-game"],"latest_commit_sha":null,"homepage":"https://go-mancala.herokuapp.com/docs","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcriv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-01T16:55:57.000Z","updated_at":"2026-02-08T00:16:01.000Z","dependencies_parsed_at":"2024-02-12T09:19:37.798Z","dependency_job_id":"83c31005-3c1e-4633-8163-40f9f1cdac8d","html_url":"https://github.com/pcriv/mancala","commit_stats":null,"previous_names":["pablocrivella/mancala"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pcriv/mancala","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fmancala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fmancala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fmancala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fmancala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcriv","download_url":"https://codeload.github.com/pcriv/mancala/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcriv%2Fmancala/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29498148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T01:11:49.942Z","status":"ssl_error","status_checked_at":"2026-02-16T01:07:16.834Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api","golang","mancala-game"],"created_at":"2024-11-11T16:39:13.226Z","updated_at":"2026-02-16T01:39:50.526Z","avatar_url":"https://github.com/pcriv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mancala\n\nMancala game implementation in Go as an API.\n\n## Usage\n\nTo run the server locally run the following command:\n\n```sh\nmake setup\nmake rest-server\n```\n\nOnce you have the server running.\n\nYou can access the API docs at [localhost:1323/docs](http://localhost:1323/docs)\n\nTo create a new game:\n\n```bash\ncurl -X POST localhost:1323/v1/games -H \"Content-Type: application/json\" --data '{\"player1\":\"Rick\",\"player2\":\"Morty\"}'\n```\n\nTo show the state of a game:\n\n```bash\ncurl localhost:1323/v1/games/:id\n```\n\nTo perform the next play:\n\n```bash\ncurl -X POST localhost:1323/v1/games/:id/plays -H \"Content-Type: application/json\" --data '{\"pit_index\":0}'\n```\n\n### Notes\n\nGames expire after 2 hours.\n\n## License\n\nCopyright 2023 [Pablo Crivella](https://pcriv.com).\nRead [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcriv%2Fmancala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcriv%2Fmancala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcriv%2Fmancala/lists"}