{"id":15047679,"url":"https://github.com/moztanku/3dchess","last_synced_at":"2026-04-02T02:47:31.872Z","repository":{"id":252092666,"uuid":"838283218","full_name":"Moztanku/3DChess","owner":"Moztanku","description":"3D Chess game written in C++ with OpenGL.","archived":false,"fork":false,"pushed_at":"2024-08-29T16:56:05.000Z","size":676,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T17:17:06.478Z","etag":null,"topics":["3d-graphics","cmake","cpp","cpp20","game-development","opengl","rendering"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Moztanku.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":"2024-08-05T10:25:43.000Z","updated_at":"2024-08-29T16:56:09.000Z","dependencies_parsed_at":"2024-08-29T17:07:25.882Z","dependency_job_id":null,"html_url":"https://github.com/Moztanku/3DChess","commit_stats":null,"previous_names":["moztanku/3dchess"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moztanku%2F3DChess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moztanku%2F3DChess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moztanku%2F3DChess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moztanku%2F3DChess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moztanku","download_url":"https://codeload.github.com/Moztanku/3DChess/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243489777,"owners_count":20298997,"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":["3d-graphics","cmake","cpp","cpp20","game-development","opengl","rendering"],"created_at":"2024-09-24T21:02:49.131Z","updated_at":"2025-12-28T15:59:04.001Z","avatar_url":"https://github.com/Moztanku.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3DChess\n\n![3DChess gif](https://gitfront.io/r/Moztanku/8s4L1GHF3Tsc/Resources/raw/gifs/3DChess.gif)\n\n### Requirements\n- C++20 (tested with Clang 18)\n- CMake (tested with 3.30)\n- OpenGL (4.6)\n- Linux (haven't tried compiling on Windows)\n\n### How to build\n```bash\n# Clone the repository and enter the directory\ngit clone https://github.com/Moztanku/3DChess.git\ncd 3DChess\n\n# Create build files and build the project\ncmake -S . -B build {-DCMAKE_BUILD_TYPE=Debug/Release}\ncmake --build build\n\n# Run the project (optionally provide a path to a board config file like res/boards/standard.cfg)\n./build/3DChess {path/to/board/config/file}\n```\n\n### How to play\n- It's chess.\n- Currently doesn't support AI, so you have to play against yourself or another person.\n- Possible to use custom board configurations, see `res/boards/` for examples.\n- Doesn't implement 50-move rule, 3-fold repetition, or insufficient material draw conditions (yet).\n\n### Controls\n- `Left Mouse Button` - Select/Deselect piece, make move\n- `Q` - Rotate camera left\n- `E` - Rotate camera right\n- `A` - Toggle camera auto-rotate\n- `T` - Toggle top camera view\n- `R` - Undo move\n- `M` - Reset chess board\n\n### Used Libraries\n- [OpenGL](https://www.opengl.org/)\n- [GLAD-2](https://gen.glad.sh/)\n- [GLFW](https://www.glfw.org/)\n- [GLM](https://github.com/g-truc/glm)\n- [STB](https://github.com/nothings/stb)\n- [Assimp](https://assimp.org/)\n\n### Credits\n- [Low Poly Chess Set](https://sketchfab.com/robie1)\n- [Clouds Image](https://www.pexels.com/photo/blue-skies-53594/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoztanku%2F3dchess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoztanku%2F3dchess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoztanku%2F3dchess/lists"}