{"id":26404369,"url":"https://github.com/angelobdev/chess-sfml","last_synced_at":"2025-03-17T16:33:09.259Z","repository":{"id":226463110,"uuid":"768597064","full_name":"angelobdev/chess-sfml","owner":"angelobdev","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-07T17:20:25.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-07T18:35:03.936Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angelobdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-03-07T11:31:40.000Z","updated_at":"2024-03-07T18:35:06.484Z","dependencies_parsed_at":"2024-03-07T18:45:13.752Z","dependency_job_id":null,"html_url":"https://github.com/angelobdev/chess-sfml","commit_stats":null,"previous_names":["angelobdev/chess-sfml"],"tags_count":0,"template":false,"template_full_name":"SFML/cmake-sfml-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelobdev%2Fchess-sfml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelobdev%2Fchess-sfml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelobdev%2Fchess-sfml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelobdev%2Fchess-sfml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angelobdev","download_url":"https://codeload.github.com/angelobdev/chess-sfml/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244068975,"owners_count":20392928,"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":"2025-03-17T16:32:27.478Z","updated_at":"2025-03-17T16:33:09.244Z","avatar_url":"https://github.com/angelobdev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Two player chess made with C++ and SFML(2D Graphics).**\n\n\nYou need to have SFML installed to compile.\nhttps://www.sfml-dev.org/download/sfml/2.5.1/\n\nCompile Instructions:\n\nWindows MinGW:\n    \n    1) g++ -c main.cpp board.cpp piece.cpp pieceTextures.cpp chessGame.cpp -I \u003csfml-install-path\u003e\\include -mwindows\n    2) g++ main.o board.o piece.o pieceTextures.o chessGame.o -mwindows -L \u003csfml-install-path\u003e\\lib -lsfml-graphics -lsfml-window -lsfml-system\n    3) You need to have sfml-graphics-2.dll , sfml-system-2.dll and sfml-window-2.dll in the same folder as the exe\n    4) Open a.exe\n\n\nLinux GCC:\n\n    1) g++ -c main.cpp board.cpp piece.cpp pieceTextures.cpp chessGame.cpp\n    2) g++ main.o board.o piece.o pieceTextures.o chessGame.o -lsfml-graphics -lsfml-window -lsfml-system\n    3) ./a.out\n\nCMake:\n\n    1) mkdir build \u0026\u0026 cd build\n    2) cmake ..\nYour executable should now be in build/src/Chess-SFML. To properly run it you need to place it near the Textures folder.\n\n\n## **Made By Lefti: https://github.com/LeftForRed**\n\n\nPiece textures taken from: \n    https://opengameart.org/content/chess-pieces-and-board-squares\n    Copyright/Attribution Notice: \n    JohnPablok's improved Cburnett chess set.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelobdev%2Fchess-sfml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangelobdev%2Fchess-sfml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelobdev%2Fchess-sfml/lists"}