{"id":13798953,"url":"https://github.com/anomaly2104/chess-low-level-system-design","last_synced_at":"2026-02-10T01:13:47.213Z","repository":{"id":37551920,"uuid":"280239151","full_name":"anomaly2104/chess-low-level-system-design","owner":"anomaly2104","description":"Repository contatining the low level system design of Chess. ","archived":false,"fork":false,"pushed_at":"2024-04-19T05:39:32.000Z","size":35,"stargazers_count":129,"open_issues_count":2,"forks_count":78,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-18T13:47:08.670Z","etag":null,"topics":["chess","design-pattern","design-patterns","design-patterns-java","design-principles","interview","interview-questions","lld","low-level-design","low-level-design-problems","object-oriented-programming","oops","oops-in-java","system-design"],"latest_commit_sha":null,"homepage":"","language":"Java","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/anomaly2104.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":"2020-07-16T19:21:12.000Z","updated_at":"2024-09-08T14:52:28.000Z","dependencies_parsed_at":"2024-08-04T00:03:19.443Z","dependency_job_id":null,"html_url":"https://github.com/anomaly2104/chess-low-level-system-design","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anomaly2104%2Fchess-low-level-system-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anomaly2104%2Fchess-low-level-system-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anomaly2104%2Fchess-low-level-system-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anomaly2104%2Fchess-low-level-system-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anomaly2104","download_url":"https://codeload.github.com/anomaly2104/chess-low-level-system-design/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253888969,"owners_count":21979537,"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":["chess","design-pattern","design-patterns","design-patterns-java","design-principles","interview","interview-questions","lld","low-level-design","low-level-design-problems","object-oriented-programming","oops","oops-in-java","system-design"],"created_at":"2024-08-04T00:00:57.088Z","updated_at":"2026-02-10T01:13:47.172Z","avatar_url":"https://github.com/anomaly2104.png","language":"Java","funding_links":[],"categories":["S"],"sub_categories":["System Design"],"readme":"# Chess - Low level system design ![Build status](https://travis-ci.org/anomaly2104/chess-low-level-system-design.svg?branch=master)\n\n## Video Explanation\n[https://youtu.be/RVHNcng0oF0](https://youtu.be/RVHNcng0oF0)\n\n## Problem Statements\n[Problem Statement](problem-statement.md)\n\n## Connect with me and my offerings:\nhttps://enginebogie.com/u/anomaly2104\n\n## LLD Cohort:\nhttps://enginebogie.com/u/anomaly2104/offerings/PATH/e6cce7f1-6a56-4fe3-bb82-48e1876e4596\n\n## Multi-threading Cohort: \nhttps://enginebogie.com/u/anomaly2104/offerings/PATH/e9522ac1-4e4c-4217-92ba-f691f34c321b\n\n## Further enhancements\n* Implement checkmate feature.\n* Write more unit tests.\n* Support special move of pawn where it can go diagonal when it kills.\n* At many places, we are evaluating conditions like:\n  * **OR Operation**: We are allowed to do something if any condition out of given conditions fulfill. \n  * **And Operation**: We are allowed to do something if all conditions fulfill.  \n  Try to improve the design for this.\n* Add history of moves for each player.\n* Add support for casteling move.\n* Can we remove putting currentCell in Piece? How about introducing something like position?\n    * A piece will have a position and you can always get the cell back from board using this position.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanomaly2104%2Fchess-low-level-system-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanomaly2104%2Fchess-low-level-system-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanomaly2104%2Fchess-low-level-system-design/lists"}