{"id":21417240,"url":"https://github.com/aatrick/cchess","last_synced_at":"2025-03-16T19:19:22.688Z","repository":{"id":263184743,"uuid":"884776930","full_name":"Aatrick/CChess","owner":"Aatrick","description":"simple chess engine written in pure C","archived":false,"fork":false,"pushed_at":"2024-11-18T20:13:26.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T19:19:18.726Z","etag":null,"topics":["c","c-programming-language","chess","chess-engine","cli"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aatrick.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-11-07T11:22:10.000Z","updated_at":"2024-12-24T10:26:21.000Z","dependencies_parsed_at":"2024-11-20T12:45:39.113Z","dependency_job_id":null,"html_url":"https://github.com/Aatrick/CChess","commit_stats":null,"previous_names":["aatrick/cchess"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aatrick%2FCChess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aatrick%2FCChess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aatrick%2FCChess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aatrick%2FCChess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aatrick","download_url":"https://codeload.github.com/Aatrick/CChess/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918629,"owners_count":20368745,"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":["c","c-programming-language","chess","chess-engine","cli"],"created_at":"2024-11-22T19:14:13.538Z","updated_at":"2025-03-16T19:19:22.652Z","avatar_url":"https://github.com/Aatrick.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CChess\n\nCChess is a simple chess engine written in pure C. It features a basic implementation of the minimax algorithm with alpha-beta pruning to evaluate and generate the best moves for the bot. The engine supports standard chess rules and can play against a human player.\n\n![Screenshot from 2024-11-18 21-07-02](https://github.com/user-attachments/assets/e3778b7c-dc6b-4bb5-8732-e97f962fa2b5)\n\n\n## Features\n\n- Basic chess engine written in C\n- Minimax algorithm with alpha-beta pruning for move generation\n- Evaluation function to assess board positions\n- Supports standard chess rules including castling and pawn promotion\n- Command-line interface for playing against the bot\n\n## Getting Started\n\n### Prerequisites\n\n- GCC (GNU Compiler Collection)\n\n### Building the Project\n\nTo build the project, navigate to the project directory and run the following command:\n\n```sh\ngcc -O3 -I/include/util.h ./src/main.c ./src/board.c -o ./build/release \u0026\u0026 ./build/release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faatrick%2Fcchess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faatrick%2Fcchess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faatrick%2Fcchess/lists"}