{"id":20064480,"url":"https://github.com/rxn7/chess","last_synced_at":"2026-02-14T13:34:14.370Z","repository":{"id":58330120,"uuid":"531154759","full_name":"rxn7/chess","owner":"rxn7","description":"Chess written in C++ using SFML","archived":false,"fork":false,"pushed_at":"2025-01-23T23:09:55.000Z","size":591,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T18:35:36.353Z","etag":null,"topics":["chess","cpp","sfml"],"latest_commit_sha":null,"homepage":"https://rxn.lol/#/project/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/rxn7.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,"zenodo":null}},"created_at":"2022-08-31T15:54:18.000Z","updated_at":"2025-01-23T23:09:59.000Z","dependencies_parsed_at":"2024-08-19T11:48:15.408Z","dependency_job_id":"6d41344c-f8f8-4ab1-ad9c-f22c4eeab2d5","html_url":"https://github.com/rxn7/chess","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rxn7/chess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxn7%2Fchess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxn7%2Fchess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxn7%2Fchess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxn7%2Fchess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rxn7","download_url":"https://codeload.github.com/rxn7/chess/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rxn7%2Fchess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29444757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T12:43:28.304Z","status":"ssl_error","status_checked_at":"2026-02-14T12:43:14.160Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["chess","cpp","sfml"],"created_at":"2024-11-13T13:46:27.177Z","updated_at":"2026-02-14T13:34:14.353Z","avatar_url":"https://github.com/rxn7.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Implements every chess rule:\n### Castling\n\u003cimg src=\"https://github.com/user-attachments/assets/2efb9677-40e4-4998-9bf4-fcf7415cb258\" width=256\u003e/\u003cimg\u003e\n\u003cimg src=\"https://github.com/user-attachments/assets/4974d669-c4a3-46db-8474-150c00ca74eb\" width=256\u003e/\u003cimg\u003e\n\n### En Passant\n\u003cimg src=\"https://github.com/user-attachments/assets/2ceda706-341b-4a50-973c-c6c7b97f421e\" width=256\u003e\u003c/img\u003e\n\n### Check\n\n\n### Checkmate\n\u003cimg src=\"https://github.com/user-attachments/assets/15d60845-1531-43b1-ab35-5a53a6c2a0fe\" width=256\u003e\u003c/img\u003e\n\n### Stalemate\n\u003cimg src=\"https://github.com/user-attachments/assets/6893a902-e442-4188-b281-bf2492b413d2\" width=256\u003e\u003c/img\u003e\n\n### 50 Move Rule\n\u003cimg src=\"https://github.com/user-attachments/assets/b336ca5e-74cd-4431-94ad-3fcb9f4d07d4\" width=256\u003e\u003c/img\u003e\n\n# Features\n### Last move is highlighted\n### Each action has a sound (move, capture, check, checkmate, stalemate)\n### Every legal move you can make with held piece is highlighted\n\u003cimg src=\"https://github.com/user-attachments/assets/0c589542-2935-43ba-acc6-25fab3d25f88\" width=256\u003e\u003c/img\u003e\n### Press 'T' to randomize theme\n### Press 'R' to revert to default theme\n### Press 'Escape' to restart the game\n\n\n# Get started\n## Clone\n- ```git clone https://github.com/rxn7/chess --recurse-submodules```\n\n## Setup\n```./configure.sh``` sets up the build folder (running this script or ```build.sh -c``` is required after cloning the project)\n\n## Compile\n```./build.sh```:\n- -r: release mode\n- -w: windows (requires mingw and all of the mingw libraries to be installed)\n- -c: clean (delete the build folder and run configure.sh) \n\n## Run\n```./run.sh```:\n- -r: release mode\n- -w: windows (requires wine to be installed)\n\n# Attribution\n## Chess pieces textures\n[files](https://commons.wikimedia.org/wiki/Template:SVG_chess_pieces#Table_of_chess_piece_SVG-images)\n[license](https://www.gnu.org/licenses/gpl-3.0.html).  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxn7%2Fchess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxn7%2Fchess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxn7%2Fchess/lists"}