{"id":24485618,"url":"https://github.com/ezvezdov/java-chess","last_synced_at":"2025-07-30T17:41:02.912Z","repository":{"id":138166957,"uuid":"609862389","full_name":"ezvezdov/Java-Chess","owner":"ezvezdov","description":"Final project for subject PJV (Programming in Java) of CTU FEE.","archived":false,"fork":false,"pushed_at":"2023-03-05T13:32:03.000Z","size":230,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T21:48:54.964Z","etag":null,"topics":["chess","gui","java"],"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/ezvezdov.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}},"created_at":"2023-03-05T13:19:30.000Z","updated_at":"2023-03-05T13:36:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0edac61-07a1-42e9-9bb6-f1755ae02190","html_url":"https://github.com/ezvezdov/Java-Chess","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ezvezdov/Java-Chess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezvezdov%2FJava-Chess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezvezdov%2FJava-Chess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezvezdov%2FJava-Chess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezvezdov%2FJava-Chess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ezvezdov","download_url":"https://codeload.github.com/ezvezdov/Java-Chess/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ezvezdov%2FJava-Chess/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267912137,"owners_count":24164504,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"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":["chess","gui","java"],"created_at":"2025-01-21T14:19:14.488Z","updated_at":"2025-07-30T17:41:02.904Z","avatar_url":"https://github.com/ezvezdov.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java-Chess\nFinal project for subject PJV (Programming in Java) of CTU FEE.\n\n# Theme of project is Chess game.\n\nMain functions:\n1. Singleplayer\n2. Multiplayer\n3. Continue loaded game\n4. Timer\n\n# Chess manual\n1) Press **Start** and choose type of game (**Singleplayer** or **Multiplayer**)\n2) Type your name\n3) Play the game: click on piece to choose it and click on another square to make move.\n\n# Documentation\nProject has MVC structure:\n\nStart - main runnable class, create Controller\n\nController - class, which controlls View and Model classes\n\nview package\n- View (extends Application) - GUI, visualisat of game\n- MenuScene (extends Scene) - makes Menu layout Scene\n- BoardScene (extends Scene) - makes chess board layout Scene (main playground Scene)\n\nmodel package\n- Model - main Logic class, controlls all data classes\n- Player - representation of player\n- ComputerPlayer - class, which extendst Player class and represents Computer move, when player playes single game.\n- Squares - boxes on Chess board\n- Board - representation of chess board\n\nmodel.piece package\n- Piece - abstract class for representation chess pieces\n- BishopPiece - representation of Bishop piece\n- KingPiece - representation of King piece\n- KnightPiece - representation of Knight piece\n- PawnPiece - representation of Pawn piece\n- QueenPiece - representation of Queen piece\n- RookPiece - representatnion of Rook piece\n\nProject [UML diagram](docs/UML.pdf)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezvezdov%2Fjava-chess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fezvezdov%2Fjava-chess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fezvezdov%2Fjava-chess/lists"}