{"id":15417155,"url":"https://github.com/hpsaturn/esp32-chess-engine","last_synced_at":"2025-09-06T01:50:33.063Z","repository":{"id":142042503,"uuid":"544516509","full_name":"hpsaturn/esp32-chess-engine","owner":"hpsaturn","description":"Chess engine for the ESP32 microcontroller","archived":false,"fork":false,"pushed_at":"2022-10-03T10:08:55.000Z","size":118,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T16:50:23.158Z","etag":null,"topics":["arduino","chess","esp32","platformio"],"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/hpsaturn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-02T17:17:31.000Z","updated_at":"2025-01-20T16:30:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"d921871b-a909-4289-9035-3afd981304cb","html_url":"https://github.com/hpsaturn/esp32-chess-engine","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"2cdb96fa1949a90ea9d4e3e873617c488996b52d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hpsaturn/esp32-chess-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpsaturn%2Fesp32-chess-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpsaturn%2Fesp32-chess-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpsaturn%2Fesp32-chess-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpsaturn%2Fesp32-chess-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hpsaturn","download_url":"https://codeload.github.com/hpsaturn/esp32-chess-engine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hpsaturn%2Fesp32-chess-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273847183,"owners_count":25178641,"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-09-05T02:00:09.113Z","response_time":402,"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":["arduino","chess","esp32","platformio"],"created_at":"2024-10-01T17:14:46.809Z","updated_at":"2025-09-06T01:50:33.002Z","avatar_url":"https://github.com/hpsaturn.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# ESP32 Chess Engine\n\nChess coprocessor was migrated from a stand alone Arduino file to PlatformIO. The original [source code](https://www.hackster.io/Sergey_Urusov/esp32-chess-engine-c29dd9) is from Sergey Urusov. I put it here to try to improve it and fix some issues.\n\n\n# Usage\n\nThe full story and description of this engine for now is hosted in [HacksterIO](https://www.hackster.io/Sergey_Urusov/esp32-chess-engine-c29dd9), but you can launch it in your esp32 and via serial console or device monitor you able to run commands like `stop`, `game`, `back`.\n\n![esp32 chess new game](images/esp32_chess_engine.jpg)\n\n## Build and upload\n\nPlease install first [PlatformIO](http://platformio.org/) open source ecosystem for IoT development compatible with **Arduino** IDE and its command line tools (Windows, MacOs and Linux). Also, you may need to install [git](http://git-scm.com/) in your system. After install that you should have the command line tools of PlatformIO. Please test it with `pio --help`. \n\nClone the source code:\n\n```bash\ngit clone https://github.com/hpsaturn/esp32-chess-engine.git\ncd esp32-chess-engine\n``` \n\nThen please run the next commands for build and upload the firmware:\n\n```bash\npio run --target upload\n```\n\nAlternatively, for the esp32s3 you can run the following commands:\n\n```bash\npio run -e esp32s3 --target upload\n```\n\n# Credits\n\nThe initial source code is from Sergey Urusov on [HacksterIO](https://www.hackster.io/Sergey_Urusov/esp32-chess-engine-c29dd9)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpsaturn%2Fesp32-chess-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhpsaturn%2Fesp32-chess-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhpsaturn%2Fesp32-chess-engine/lists"}