{"id":20239010,"url":"https://github.com/kusnierewicz/chess-game","last_synced_at":"2026-07-02T14:31:14.344Z","repository":{"id":23653363,"uuid":"27023943","full_name":"Kusnierewicz/Chess-game","owner":"Kusnierewicz","description":"The Odin Project Assignment: \"Build Chess Game in Ruby\"","archived":false,"fork":false,"pushed_at":"2017-10-20T19:52:49.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T20:53:14.514Z","etag":null,"topics":["challenge","chess","game","odin-project","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/Kusnierewicz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-11-23T06:18:52.000Z","updated_at":"2023-10-15T20:53:20.000Z","dependencies_parsed_at":"2022-08-21T20:40:34.626Z","dependency_job_id":null,"html_url":"https://github.com/Kusnierewicz/Chess-game","commit_stats":null,"previous_names":["kusnierewicz/chess"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kusnierewicz/Chess-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kusnierewicz%2FChess-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kusnierewicz%2FChess-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kusnierewicz%2FChess-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kusnierewicz%2FChess-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kusnierewicz","download_url":"https://codeload.github.com/Kusnierewicz/Chess-game/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kusnierewicz%2FChess-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35051550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-02T02:00:06.368Z","response_time":173,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["challenge","chess","game","odin-project","ruby"],"created_at":"2024-11-14T08:36:50.873Z","updated_at":"2026-07-02T14:31:14.155Z","avatar_url":"https://github.com/Kusnierewicz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Odin Project Assignment: [\"Build Chess Game in Ruby\"](https://www.theodinproject.com/courses/ruby-programming/lessons/ruby-final-project)\n\nMy implementation of Chess - a two-player strategy board game played on a chessboard, a checkered gameboard with 64 squares arranged in an 8×8 grid. The game is played by millions of people worldwide. Please see [Wikipedia article](https://en.wikipedia.org/wiki/Chess) for extended info.\n\n## Installation\n\nSave Chess folder in your chosen location\n\nAnd then inside of it execute:\n\n    $ bundle    \n\n## Usage\n\nTo play the game run:\n\n    ruby Chess-game\\lib\\chess.rb\n    \nYou can play as Bob (white pieces e.g. wP, wB, wQ) or Frank (black piesec e.g. bP, bB, bQ)\n\n## To make your move use [Algebraic chess notation](https://en.wikipedia.org/wiki/Algebraic_notation_(chess))\n\nTo move a piece\n    \n    Nf3 (move a knight to f3)\n\n    d3 (move a pawn to f3)\n\n    Be5 (move a bishop to e5) \n    \nYou ought to omit indication that any capture has been made! Game will notice any captures automaticly.\n    \nIf you move a piece to a position where another same piece can move, game will notice the it and ask you to be more specific. You can be more specific by inputing:\n\n    e7-f6 (move a pawn from e7 to f6)\n\n    Ng8-f6 (move a pawn from Ng8 to f6)\n    \n## Still in developement stage!! (TO DO!)\n\n1. Simple Graphics\n2. No Castling\n3. No Draw\n4. No AI available (sic!) :P\n5. No clock or taken pieces table is working\n6. No pawn promotion\n7. More detail instructions in the game and in enghlish\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## License\n\n\\* See [license.txt](https://github.com/Kusnierewicz/Chess-game/blob/master/LICENSE.txt) for usage details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkusnierewicz%2Fchess-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkusnierewicz%2Fchess-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkusnierewicz%2Fchess-game/lists"}