{"id":23706859,"url":"https://github.com/saagnik-mondal/chessengine","last_synced_at":"2026-05-10T16:41:43.441Z","repository":{"id":270199687,"uuid":"909615210","full_name":"Saagnik-Mondal/ChessEngine","owner":"Saagnik-Mondal","description":"This is a simple and efficient chess engine implemented entirely in Python. It allows users to play chess against the computer, using an AI based on a Minimax algorithm with Alpha-Beta pruning for decision-making. The engine is designed to be easy to understand, extend, and play against the computer.","archived":false,"fork":false,"pushed_at":"2024-12-29T09:16:32.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-30T02:45:15.142Z","etag":null,"topics":["numpy","pygame","python3"],"latest_commit_sha":null,"homepage":"","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/Saagnik-Mondal.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":"2024-12-29T09:02:21.000Z","updated_at":"2024-12-29T09:24:07.000Z","dependencies_parsed_at":"2024-12-29T10:20:15.764Z","dependency_job_id":"15bbd99a-4cea-4677-9017-da54700d5200","html_url":"https://github.com/Saagnik-Mondal/ChessEngine","commit_stats":null,"previous_names":["saagnik-mondal/chessengine"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Saagnik-Mondal/ChessEngine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saagnik-Mondal%2FChessEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saagnik-Mondal%2FChessEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saagnik-Mondal%2FChessEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saagnik-Mondal%2FChessEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Saagnik-Mondal","download_url":"https://codeload.github.com/Saagnik-Mondal/ChessEngine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saagnik-Mondal%2FChessEngine/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402864,"owners_count":23759238,"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":["numpy","pygame","python3"],"created_at":"2024-12-30T16:00:46.307Z","updated_at":"2026-05-10T16:41:43.405Z","avatar_url":"https://github.com/Saagnik-Mondal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chess Engine in Python\n\nThis is a simple and efficient chess engine implemented entirely in Python. It allows users to play chess against the computer, using an AI based on a Minimax algorithm with Alpha-Beta pruning for decision-making. The engine is designed to be easy to understand, extend, and play against the computer.\n\n## Features\n\n- **Minimax Algorithm**: Uses Minimax search with Alpha-Beta pruning to decide on optimal moves.\n- **Piece Evaluation**: A basic evaluation function based on material balance, piece positions, and basic board control.\n- **Move Generation**: Generates legal moves for all chess pieces, including special moves like castling and en passant.\n- **Endgame Detection**: Detects checkmate, stalemate, and draw conditions.\n- **Game History**: Keeps track of moves made during the game.\n\n## Prerequisites\n\nMake sure you have Python 3.6 or later installed on your system. You can download it from [python.org](https://www.python.org/downloads/).\n\n### Install Dependencies\n\nIf your project uses any third-party libraries, you can list them in a `requirements.txt` file. If you don't have one, you can manually install the required packages using `pip`. For example:\n\n```bash\npip install numpy\npip install pygame\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaagnik-mondal%2Fchessengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaagnik-mondal%2Fchessengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaagnik-mondal%2Fchessengine/lists"}