{"id":18833656,"url":"https://github.com/marianhlavac/checkers","last_synced_at":"2025-04-14T04:32:00.605Z","repository":{"id":30056231,"uuid":"33605509","full_name":"marianhlavac/checkers","owner":"marianhlavac","description":"A basic checkers game in terminal -- seminar project for PA2 subject on FIT CTU written in C++ ","archived":true,"fork":false,"pushed_at":"2015-06-02T14:20:56.000Z","size":281,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T06:38:55.547Z","etag":null,"topics":["coursework","fit-ctu"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":false,"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/marianhlavac.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":"2015-04-08T12:30:03.000Z","updated_at":"2025-01-19T08:26:57.000Z","dependencies_parsed_at":"2022-08-28T14:21:29.319Z","dependency_job_id":null,"html_url":"https://github.com/marianhlavac/checkers","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/marianhlavac%2Fcheckers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianhlavac%2Fcheckers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianhlavac%2Fcheckers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marianhlavac%2Fcheckers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marianhlavac","download_url":"https://codeload.github.com/marianhlavac/checkers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248821799,"owners_count":21166958,"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":["coursework","fit-ctu"],"created_at":"2024-11-08T02:01:58.669Z","updated_at":"2025-04-14T04:31:59.080Z","avatar_url":"https://github.com/marianhlavac.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Checkers\n\nSeminar project for PA2 subject on FIT CTU written in C++. Basic checkers game with single player vs AI, local and network multiplayer modes.\n\n## Screenshot\n\n[![Screenshot of Checkers](http://goo.gl/HJJztm)](http://goo.gl/HJJztm)\n\n## Requirements\n\n - g++ min. 4.6\n - sys/socket.h lib\n - netdb.h (definitions for network database operations ) lib\n - doxygen (optional)\n\n## How to install\n\nCompile the project using **make** tool.\n\n    $ make\n\n## How to run\n\nIf you want to play 1 vs 1 on local machine, it's the default mode, you can just\n\n    $ ./checkers\n\nFor singleplayer game with AI, type\n\n    $ ./checkers --versus-ai\n\nFor multiplayer game over network, hosting player will use\n\n    $ ./checkers --versus-network --host --port [port]\n\nand client will connect with\n\n    $ ./checkers --versus-network --ip [ipaddress] --port [port]\n\nOther options can be found in documentation. For example you can run the game with unicode renderer\n\n    $ ./checkers --versus-ai --unicode\n\n## Documentation\n\nGenerate documentation with command\n\n    $ make doc\n\nThe documentation then can be find in doc/ directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarianhlavac%2Fcheckers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarianhlavac%2Fcheckers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarianhlavac%2Fcheckers/lists"}