{"id":47687224,"url":"https://github.com/shivamkr12/chess","last_synced_at":"2026-04-19T06:05:17.784Z","repository":{"id":344409031,"uuid":"1180663356","full_name":"ShivamKR12/Chess","owner":"ShivamKR12","description":"A simple Chess Game made in Panda3D","archived":false,"fork":false,"pushed_at":"2026-03-31T15:58:35.000Z","size":12943,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T02:24:26.559Z","etag":null,"topics":["chess","panda3d"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ShivamKR12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-13T09:24:07.000Z","updated_at":"2026-03-31T15:57:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ShivamKR12/Chess","commit_stats":null,"previous_names":["shivamkr12/chess"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/ShivamKR12/Chess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivamKR12%2FChess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivamKR12%2FChess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivamKR12%2FChess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivamKR12%2FChess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShivamKR12","download_url":"https://codeload.github.com/ShivamKR12/Chess/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShivamKR12%2FChess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31433044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"last_error":"SSL_read: 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","panda3d"],"created_at":"2026-04-02T14:55:23.879Z","updated_at":"2026-04-05T11:01:26.065Z","avatar_url":"https://github.com/ShivamKR12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chess\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/ShivamKR12/Chess)\n![Actions Status](https://github.com/ShivamKR12/Chess/actions/workflows/build.yml/badge.svg)\n[![Download Latest](https://img.shields.io/badge/Download-Latest-blue.svg)](https://github.com/ShivamKR12/Chess/releases/latest)\n\nA 3D chess game built with Panda3D, featuring interactive gameplay with mouse controls, piece movement validation, and visual effects.\n\n## Features\n\n* 3D chessboard rendered using Panda3D\n* Mouse-based piece selection and movement\n* Turn-based gameplay\n* Valid move highlighting\n* Capture animations\n* Castling\n* En passant\n* Pawn promotion\n* Checkmate detection\n* Camera rotation between turns\n\n---\n\n## Screenshots\n\n![0](screenshots/4.png)\n![1](screenshots/5.png)\n![2](screenshots/6.png)\n![3](screenshots/7.png)\n\n---\n\n## Requirements\n\n* Python 3.8 or newer\n* Panda3D\n\nInstall Panda3D using pip:\n\n```bash\npip install panda3d\n```\n\n## Downloading the Game\n\nPre-built executables are available for download from the [Releases](https://github.com/ShivamKR12/Chess/releases) page. Choose the appropriate version for your operating system:\n\n- Windows: `win_amd64/Chess.exe`\n- macOS: `macosx_10_13_x86_64/Chess.app`\n- Linux: `manylinux2014_x86_64/Chess`\n\nDownload the executable and run it directly.\n\n## Building from Source\n\nTo build the game from source:\n\n1. Clone the repository:\n   ```\n   git clone https://github.com/ShivamKR12/Chess.git\n   cd Chess\n   ```\n\n2. Install dependencies:\n   ```\n   pip install panda3d\n   ```\n\n3. Run the setup script to build:\n   ```\n   python setup.py build\n   ```\n\n4. The built executables will be in the `build/` directory.\n\n## Running the Game\n\nTo run from source:\n```\npython main.py\n```\n\n## Project Structure\n\n```\nChess/\n├── .github/\n│   └── workflows\n│       └── build.yml\n├── .gitignore\n├── main.py\n├── panda3d-logo.ico\n├── panda3d-logo.png\n├── setup.py\n├── models/\n│   ├── square\n│   ├── pawn\n│   ├── rook\n│   ├── knight\n│   ├── bishop\n│   ├── queen\n│   └── king\n├── requirements.txt\n└── README.md\n```\n\n---\n\n## Credits\n\nThis project is based on the Panda3D chessboard sample.\n\nOriginal code and models were created by:\n\n* Shao Zhang\n* Phil Saltzman\n* Eddie Canaan\n\nSource: [Chess](https://github.com/panda3d/panda3d/blob/master/samples/chessboard/)\n\nThe original Panda3D sample provided the initial foundation for the chessboard rendering and mouse picking system used in this project.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamkr12%2Fchess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivamkr12%2Fchess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamkr12%2Fchess/lists"}