{"id":31521714,"url":"https://github.com/razvanfilea/chessengine","last_synced_at":"2025-10-03T14:07:01.272Z","repository":{"id":45283210,"uuid":"164717347","full_name":"razvanfilea/ChessEngine","owner":"razvanfilea","description":"A UCI-compatible Chess Engine written in C++20 with an Android and WearOS Interface","archived":false,"fork":false,"pushed_at":"2024-12-27T15:46:21.000Z","size":1633,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-23T19:39:04.706Z","etag":null,"topics":["android","chess","chessengine","cpp20","evaluation","futility-pruning","iterative-deepening-search","minimax-alpha-beta-pruning","quiescence-search"],"latest_commit_sha":null,"homepage":"https://play.google.com/store/apps/details?id=net.theluckycoder.chess","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/razvanfilea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-01-08T19:21:58.000Z","updated_at":"2025-01-04T14:52:33.000Z","dependencies_parsed_at":"2025-02-12T05:56:42.301Z","dependency_job_id":"fb4bce79-dab9-4086-8c54-ac53f5c0bdfc","html_url":"https://github.com/razvanfilea/ChessEngine","commit_stats":null,"previous_names":["razvanfilea/chessengine","theluckycoder/chessengine"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/razvanfilea/ChessEngine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razvanfilea%2FChessEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razvanfilea%2FChessEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razvanfilea%2FChessEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razvanfilea%2FChessEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/razvanfilea","download_url":"https://codeload.github.com/razvanfilea/ChessEngine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razvanfilea%2FChessEngine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278173367,"owners_count":25942293,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["android","chess","chessengine","cpp20","evaluation","futility-pruning","iterative-deepening-search","minimax-alpha-beta-pruning","quiescence-search"],"created_at":"2025-10-03T14:06:56.939Z","updated_at":"2025-10-03T14:07:01.257Z","avatar_url":"https://github.com/razvanfilea.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChessEngine\n\n[![Actions Status](https://github.com/TheLuckyCoder/ChessEngine/workflows/Android%20CI/badge.svg)](https://github.com/TheLuckyCoder/ChessEngine/actions)\n[![Actions Status](https://github.com/TheLuckyCoder/ChessEngine/workflows/C++%20CI/badge.svg)](https://github.com/TheLuckyCoder/ChessEngine/actions)\n\nAn UCI-compatible Chess Engine written in C++20 with an Android and WearOS UI written in Jetpack Compose.\n\nThis project uses the evaluation values (in the file Evaluation.cpp) from the Stockfish Chess Engine, licensed under GNU GPL 3.0.\n\n## Features\n\n- Search:\n  - AlphaBeta Pruning\n  - Aspiration Window\n  - Iterative Deepening\n  - Futility Pruning\n  - Reverse Futility Pruning\n  - Null Move Pruning\n  - Late Move Reductions\n  - Quiescence Search\n  - Lazy SMP\n- Move Ordering:\n  - Hash Move\n  - MVV/LVA\n  - Killer heuristic\n  - History heuristic\n- Evaluation:\n  - Evaluation Tapering\n  - Piece Square Tables\n  - Threats/Attacks\n  - Pawn Structure (Connected/Isolated/Double/Passed)\n  - Piece Mobility\n  - Long Diagonal Bishop\n  - Bishop Pairs\n  - Rooks on Open Files\n  - Rooks on Queen Files\n  - Pawn Shield\n- Other:\n  - Zobrist Hashing\n  - Transposition Table\n  - Pawn Structure Table\n\n## Building\n\n### Android and WearOS\n\nTo build the for project for Android you will need at least:\n - Android Studio Arctic Fox\n - Android SDK Version 31 (Android 12)\n - NDK 23.1.7779620\n\n### Linux\n\nPlease note that the Linux version of the engine has no UI but can be used with any UCI-compatible chess interfaces.\u003cbr\u003e\nTo build the for project for Linux you will need at least:\n - CMake 3.18\n - C++20 Compiler:\n    * GCC 10\n    * Clang 13\n\n## Compatible Interfaces\n\n- [Arena](http://www.playwitharena.com)\n- [Cutechess](https://github.com/cutechess/cutechess)\n\n## License\n\nCopyright (C) 2019-2021 Filea Răzvan Gheorghe\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazvanfilea%2Fchessengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazvanfilea%2Fchessengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazvanfilea%2Fchessengine/lists"}