{"id":45900549,"url":"https://github.com/smenjas/chess-explorer","last_synced_at":"2026-02-27T22:29:45.850Z","repository":{"id":186559598,"uuid":"672756924","full_name":"smenjas/chess-explorer","owner":"smenjas","description":"Explore the game of chess.","archived":false,"fork":false,"pushed_at":"2026-02-03T23:52:38.000Z","size":879,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-04T11:52:54.953Z","etag":null,"topics":["chess","vanilla","vanilla-css","vanilla-javascript","vanilla-js","vanillajs"],"latest_commit_sha":null,"homepage":"https://smenjas.github.io/chess-explorer/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smenjas.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-31T05:15:24.000Z","updated_at":"2026-02-03T23:52:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"26d2c141-3fe9-469d-86d7-9dbbd34a0693","html_url":"https://github.com/smenjas/chess-explorer","commit_stats":null,"previous_names":["smenjas/chess-explorer"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/smenjas/chess-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smenjas%2Fchess-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smenjas%2Fchess-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smenjas%2Fchess-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smenjas%2Fchess-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smenjas","download_url":"https://codeload.github.com/smenjas/chess-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smenjas%2Fchess-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29917619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"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","vanilla","vanilla-css","vanilla-javascript","vanilla-js","vanillajs"],"created_at":"2026-02-27T22:29:42.515Z","updated_at":"2026-02-27T22:29:45.842Z","avatar_url":"https://github.com/smenjas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chess Explorer\n\nThis is a chess app built with vanilla JavaScript. It's an exercise to learn\nweb development fundamentals and chess strategy, using HTML, CSS, \u0026 JS.\n\n![Chess board](screenshots/board.png)\n\n## Exercise Constraints\n- The game runs in the browser\n- No libraries, frameworks, templates, or preprocessors\n- Limited dev tools:\n  - [Node.js](https://nodejs.org/)\n  - [ESLint](https://www.npmjs.com/package/eslint)\n  - [nodemon](https://www.npmjs.com/package/nodemon)\n  - [Stylelint](https://stylelint.io/)\n\n## Goals\n- [x] Play locally\n  - [x] Support basic movements of each piece\n  - [x] Recognize check and mate\n  - [x] Recognize a draw\n  - [x] Don't allow moves that put or leave the king in check\n  - [x] Allow castling\n  - [x] Allow en passant\n  - [x] Promote pawns to queen\n  - [ ] Promote pawns to rook, bishop, or knight\n- [x] Document the game score in algebraic notation\n- [x] Play against an artificial opponent\n- [ ] Play against another person remotely\n\n## Development\nInstall the dependencies by running:\n```sh\nnpm install\n```\nStart the node server with:\n```sh\nnpm run dev\n```\nIdentify syntax and style issues with:\n```sh\nnpm run lint\n```\nRun automated tests with:\n```sh\nnpm run test\n```\nTest the bot against itself with:\n```sh\nnode client/play.js\n```\n\n[Pawn](https://icons8.com/icon/1009/pawn) icon by [Icons8](https://icons8.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmenjas%2Fchess-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmenjas%2Fchess-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmenjas%2Fchess-explorer/lists"}