{"id":21467154,"url":"https://github.com/snoopycodex/pychess-game","last_synced_at":"2025-03-17T06:11:36.197Z","repository":{"id":175356998,"uuid":"607992442","full_name":"SnoopyCodeX/pychess-game","owner":"SnoopyCodeX","description":"A simple chess game made with PyGame. This game supports Player vs. AI mode as well","archived":false,"fork":false,"pushed_at":"2023-03-01T05:08:09.000Z","size":102,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T15:37:46.647Z","etag":null,"topics":["ai","chess","chess-engine","minimax-alpha-beta-pruning","pygame","python"],"latest_commit_sha":null,"homepage":"https://github.com/SnoopyCodeX/pychess-game","language":"Python","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/SnoopyCodeX.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":"2023-03-01T04:52:34.000Z","updated_at":"2023-12-27T15:42:33.000Z","dependencies_parsed_at":"2023-07-31T14:30:25.936Z","dependency_job_id":null,"html_url":"https://github.com/SnoopyCodeX/pychess-game","commit_stats":null,"previous_names":["snoopycodex/pychess-game"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnoopyCodeX%2Fpychess-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnoopyCodeX%2Fpychess-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnoopyCodeX%2Fpychess-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SnoopyCodeX%2Fpychess-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SnoopyCodeX","download_url":"https://codeload.github.com/SnoopyCodeX/pychess-game/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982182,"owners_count":20378605,"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":["ai","chess","chess-engine","minimax-alpha-beta-pruning","pygame","python"],"created_at":"2024-11-23T08:16:54.230Z","updated_at":"2025-03-17T06:11:36.186Z","avatar_url":"https://github.com/SnoopyCodeX.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Py-Chess Game (PVP Only)\n\n***Currently not displaying the state of the game (Draw, Win, Lose)***\n\nA simple chess game made using PyGame\n\nThanks to this awesome tutorial by [CodingSpot](https://www.youtube.com/@codingspot):\n[Coding a Complete Chess Game AI With Python (Part 1) | PVP Game Mode](https://www.youtube.com/watch?v=OpL0Gcfn4B4)\n\n# Game Instructions\n\n* Working on AI gamemode...\n\n- Entry point: main.py\n- Press 't' to change theme (green, brown, blue, gray)\n- Press 'r' to reset the game\n\n# Additional Functions\n\n- Press 'u' to undo last move\n- Press 'm' to enable/disable Player vs. AI mode (still under development)\n- Press 'Escape' key to exit the game\n- Added checkmate detection\n- Added stalemate detection\n- Added insufficient material rule\n- Added three-fold repitition rule\n- Added 50 moves rule\n\n# To be fixed\n- Player vs. AI mode\n\n# To be added\n- Additional UI components\n- Change difficulty of the AI\n- And more\n\n# Building the game\n\n### Required Modules:\n\n- [PyGame](https://pypi.org/project/pygame/)\n\n```bash\npip install pygame\n```\n\n- [CX_Freeze](https://pypi.org/project/cx-Freeze/)\n\n```\npip install cx_Freeze\n```\n\n### Build as a python program:\n```bash\npython src/main.py\n```\n\n### Build as a standalone exe\n```bash\n# Without installer\npython src/setup.py build\n\n# With installer (windows)\npython src/setup.py bdist_msi\n```\n\nFiles(`.exe`) will be found inside of `build` folder that will\n\nbe generated when you build it as a standalone exe file.\n\nIf you built with `bdist_msi`, the installer\n\nwill be located at `dist` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnoopycodex%2Fpychess-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnoopycodex%2Fpychess-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnoopycodex%2Fpychess-game/lists"}