{"id":17687817,"url":"https://github.com/gituser12981u2/chess-bot","last_synced_at":"2025-03-30T21:22:02.087Z","repository":{"id":173095050,"uuid":"649796847","full_name":"gituser12981u2/Chess-bot","owner":"gituser12981u2","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-13T23:10:46.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T00:37:21.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/gituser12981u2.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-06-05T16:50:42.000Z","updated_at":"2024-06-19T05:40:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"9762f6ec-d153-4f3a-98fa-4a6255d9f022","html_url":"https://github.com/gituser12981u2/Chess-bot","commit_stats":null,"previous_names":["gituser12981u2/chess-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gituser12981u2%2FChess-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gituser12981u2%2FChess-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gituser12981u2%2FChess-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gituser12981u2%2FChess-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gituser12981u2","download_url":"https://codeload.github.com/gituser12981u2/Chess-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246380319,"owners_count":20767838,"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-24T11:23:16.513Z","updated_at":"2025-03-30T21:22:02.064Z","avatar_url":"https://github.com/gituser12981u2.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyChessBot\n\nMyChessBot is a simple chess bot that uses the Universal Chess Interface (UCI) protocol. It uses a basic random move selection strategy and does not implement any form of AI or machine learning.\n\n## Structure\n\nThe project is structured as follows:\n\nMyChessBot/\n├── include/\n│ ├── Bitboard.h\n│ ├── ChessBoard.h\n│ ├── LegalMoves.h\n│ └── UCIHandler.h\n├── src/\n│ ├── Bitboard.cpp\n│ ├── ChessBoard.cpp\n│ ├── LegalMoves.cpp\n│ └── UCIHandler.cpp\n├── main.cpp\n└── Makefile\n\n- `Bitboard`: This class represents a bitboard for each piece of each color; it uses bitwise operators for quick updating of the internal boards.\n- `ChessBoard`: This class represents the chess board. It uses bitboards to keep track of the positions of the pieces.\n- `LegalMoves`: This class is responsible for generating legal moves.\n- `UCIHandler`: This class handles communication with the UCI interface.\n\n## Usage\n\nTo build the project, navigate to the project directory and input the command `run make`.\n\nTo start the bot, run the resulting executable. The bot communicates via the UCI protocol, so it should be compatible with any chess GUI that supports UCI.\n\n## Future Work\n\nFuture improvements will include implementing a chess AI algorithm such as minimax with alpha-beta pruning, adding support for different board representations, or improving the move generation algorithm.\n\n## License\n\nThis project is licensed under the terms of the MIT license. For more information, see the [LICENSE](LICENSE) file.\n\n## Acknowledgements\n\nThank you to everyone who has contributed to this project!\n\n​\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgituser12981u2%2Fchess-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgituser12981u2%2Fchess-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgituser12981u2%2Fchess-bot/lists"}