{"id":16478884,"url":"https://github.com/neelanjan00/chessai","last_synced_at":"2026-04-24T20:36:57.544Z","repository":{"id":112077126,"uuid":"341468947","full_name":"neelanjan00/ChessAI","owner":"neelanjan00","description":"An AI chess engine developed in Javascript that implements a Mini-Max algorithm to perform an adversarial search with the objective of finding the next best move. To make the process of searching the game tree more efficient, Alpha-Beta pruning is incorporated in the logic. The heuristic function to evaluate the board position is defined as the sum of individual piece cost weighted according to the piece-square table. Finally, there's a leaderboard for those who successfully beat the AI, which is implemented using Firebase Cloud Firestore.","archived":false,"fork":false,"pushed_at":"2021-07-07T16:00:52.000Z","size":151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-10T10:49:17.920Z","etag":null,"topics":["artificial-intelligence","firebase","javascript","webapp"],"latest_commit_sha":null,"homepage":"https://playchessai.web.app/","language":"JavaScript","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/neelanjan00.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}},"created_at":"2021-02-23T07:39:02.000Z","updated_at":"2021-07-07T16:00:54.000Z","dependencies_parsed_at":"2023-04-07T04:33:17.922Z","dependency_job_id":null,"html_url":"https://github.com/neelanjan00/ChessAI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neelanjan00/ChessAI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelanjan00%2FChessAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelanjan00%2FChessAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelanjan00%2FChessAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelanjan00%2FChessAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neelanjan00","download_url":"https://codeload.github.com/neelanjan00/ChessAI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelanjan00%2FChessAI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32240240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["artificial-intelligence","firebase","javascript","webapp"],"created_at":"2024-10-11T12:50:25.229Z","updated_at":"2026-04-24T20:36:57.496Z","avatar_url":"https://github.com/neelanjan00.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Chess AI](https://firebasestorage.googleapis.com/v0/b/neelanjan-manna.appspot.com/o/project-images%2FScreenshot%20from%202021-02-23%2013-06-02.png?alt=media\u0026token=1838019f-252c-4ab0-9720-0d110d0b7ddd)\n\u003ch1 align=\"center\"\u003eWelcome to Chess AI 👋\u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.0-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://twitter.com/NeelanjanManna\" target=\"_blank\"\u003e\n    \u003cimg alt=\"Twitter: NeelanjanManna\" src=\"https://img.shields.io/twitter/follow/NeelanjanManna.svg?style=social\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e An AI chess engine developed in Javascript that implements a Mini-Max algorithm to perform an adversarial search with the objective of finding the next best move. To make the process of searching the game tree more efficient, Alpha-Beta pruning is incorporated in the logic. The heuristic function to evaluate the board position is defined as the sum of individual piece cost weighted according to the piece-square table. Finally, there's a leaderboard for those who successfully beat the AI, which is implemented using Firebase Cloud Firestore.\n\n### 🏠 [Homepage](https://github.com/neelanjan00/ChessAI)\n\n### ✨ [Demo](https://playchessai.web.app/)\n\n## Usage\n\n```sh\nExecute the public/index.html file\n```\n\n## Author\n\n👤 **Neelanjan Manna**\n\n* Website: https://neelanjanmanna.ml/\n* Twitter: [@NeelanjanManna](https://twitter.com/NeelanjanManna)\n* Github: [@neelanjan00](https://github.com/neelanjan00)\n* LinkedIn: [@neelanjan00](https://linkedin.com/in/neelanjan00)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelanjan00%2Fchessai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneelanjan00%2Fchessai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelanjan00%2Fchessai/lists"}