{"id":16790281,"url":"https://github.com/cdgriffith/go_checkers","last_synced_at":"2025-10-04T02:30:38.535Z","repository":{"id":66133604,"uuid":"104796197","full_name":"cdgriffith/go_checkers","owner":"cdgriffith","description":"A simple checkers game written in GO","archived":false,"fork":false,"pushed_at":"2017-09-29T01:34:59.000Z","size":23,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T09:51:12.354Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cdgriffith.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":"2017-09-25T20:00:54.000Z","updated_at":"2023-11-29T23:01:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"39aefba2-b70b-4773-af76-7814970d1642","html_url":"https://github.com/cdgriffith/go_checkers","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2Fgo_checkers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2Fgo_checkers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2Fgo_checkers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdgriffith%2Fgo_checkers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdgriffith","download_url":"https://codeload.github.com/cdgriffith/go_checkers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235209028,"owners_count":18953005,"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":[],"created_at":"2024-10-13T08:29:23.325Z","updated_at":"2025-10-04T02:30:33.263Z","avatar_url":"https://github.com/cdgriffith.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Checkers\n\nA simple console based checkers game written in golang. \n\n\n```\nWelcome to GO Checkers!\n\nYou play by specifying which piece to move, and the position to move it too\nYou can string captures, the game will let you know if you must take the next capture\nYou can also 'quit' at anytime\n\nHave fun!\n\n8 | = | O | = | O | = | O | = | O |\n7 | O | = | O | = | O | = | O | = |\n6 | = | O | = | O | = | O | = | O |\n5 |   | = |   | = |   | = |   | = |\n4 | = |   | = |   | = |   | = |   |\n3 | X | = | X | = | X | = | X | = |\n2 | = | X | = | X | = | X | = | X |\n1 | X | = | X | = | X | = | X | = |\n    A   B   C   D   E   F   G   H \n    \nPlayer 1 (X) move (ex: a3 b4): \n\n\n```\n\n## Build\n\nCheck out the releases page for already compiled versions https://github.com/cdgriffith/go_checkers/releases\n\nIf you don't trust a random person on the internet's binaries, feel free to compile them yourself:\n\nGOOS=windows GOARCH=amd64 go build -o go_checkers_windows_x64.exe\nGOOS=linux GOARCH=amd64 go build -o go_checkers_linux_x64\n\nIf you have a really old 32-bit system\n\nGOOS=windows GOARCH=386 go build -o go_checkers_windows_32.exe\nGOOS=linux GOARCH=386 go build -o go_checkers_linux_32\n\n## Feedback\n\nThis is my first program with golang so there will be bugs and major room for improvement.\nFeel free to open issues to point out any errors or just coding best practices and suggestions!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdgriffith%2Fgo_checkers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdgriffith%2Fgo_checkers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdgriffith%2Fgo_checkers/lists"}