{"id":17897208,"url":"https://github.com/pkg-dot-zip/libgdx-chess","last_synced_at":"2025-04-03T04:28:10.836Z","repository":{"id":44568686,"uuid":"367678477","full_name":"pkg-dot-zip/libgdx-chess","owner":"pkg-dot-zip","description":"A simple networking chess game written in Java using LibGDX.","archived":false,"fork":false,"pushed_at":"2024-01-13T12:58:09.000Z","size":957,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-01-03T05:33:51.445Z","etag":null,"topics":["java","libgdx","libgdx-chess"],"latest_commit_sha":null,"homepage":"","language":"Java","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/pkg-dot-zip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.MD","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}},"created_at":"2021-05-15T16:22:57.000Z","updated_at":"2024-03-27T05:32:51.000Z","dependencies_parsed_at":"2024-01-02T15:42:36.229Z","dependency_job_id":"aee18ac1-32d4-41e8-80a5-ffe8235de641","html_url":"https://github.com/pkg-dot-zip/libgdx-chess","commit_stats":null,"previous_names":["pkg-dot-zip/libgdx-chess"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg-dot-zip%2Flibgdx-chess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg-dot-zip%2Flibgdx-chess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg-dot-zip%2Flibgdx-chess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg-dot-zip%2Flibgdx-chess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkg-dot-zip","download_url":"https://codeload.github.com/pkg-dot-zip/libgdx-chess/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237851581,"owners_count":19376503,"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":["java","libgdx","libgdx-chess"],"created_at":"2024-10-28T15:08:07.067Z","updated_at":"2025-02-08T18:30:01.820Z","avatar_url":"https://github.com/pkg-dot-zip.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/pkg-dot-zip/libgdx-chess\" rel=\"noopener\"\u003e\n \u003cimg width=400px height=400px src=\"https://raw.githubusercontent.com/pkg-dot-zip/libgdx-chess/development/chessLogo.png\" alt=\"Project logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eLibGDX-Chess\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  [![Stars](https://img.shields.io/github/stars/pkg-dot-zip/libgdx-chess)](https://github.com/pkg-dot-zip/libgdx-chess/stargazers)\n  [![Downloads](https://img.shields.io/github/downloads/pkg-dot-zip/libgdx-chess/total)](https://github.com/pkg-dot-zip/libgdx-chess/releases)\n  [![Last Commit](https://img.shields.io/github/last-commit/pkg-dot-zip/libgdx-chess)](https://github.com/pkg-dot-zip/libgdx-chess/commits/development)\n  [![License](https://img.shields.io/github/license/pkg-dot-zip/libgdx-chess)](/LICENSE)\n\n\u003c/div\u003e\n\n---\n\n\u003cp align=\"center\"\u003e A simple networking chess game written in Java using LibGDX.\n    \u003cbr\u003e \n\u003c/p\u003e\n\n## 📝 Table of Contents\n- [About](#about)\n- [Usage](#usage)\n- [Built Using](#built_using)\n- [Authors](#authors)\n\n## 🧐 About \u003ca name = \"about\"\u003e\u003c/a\u003e\nLibGDX-Chess is a multiplayer chess game made in Java, using LibGDX. This project was made in college for a networking assignment.\n\nThis application writes the entire List of ChessFields as an object and the chat messages as Strings. This is because we needed to use both\nfor the assignment, and I recommend real world applications to replace the object with a string in the Forsyth–Edwards Notation (FEN).\n\n## 🎈 Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\nInstructions on how to get this project running on your machine:\n\n1. Download the project from the GitHub repository.\n1. Open the project in IntelliJ IDEA.\n1. Open the Gradle tab on the right side of the screen and click on the \"Refresh all Gradle projects\" button.\n1. Now go to the Server class in the project and run it.\n1. Now open two instance of the game, this is done by:\n    1. Open the Gradle tab on the right of the screen.\n    1. Navigate to libgdx-chess (root) -\u003e Tasks -\u003e other.\n    1. Click on \"run\".\n    1. Now the application will run, and a build configuration will be added to IntelliJ.\n    1. Go to the build configurations and click on \"Edit Configurations\".\n    1. Enable \"Allow parallel run\".\n    1. Run a second instance of the application by clicking on \"run\" again.\n\n## ⛏️ Built Using \u003ca name = \"built_using\"\u003e\u003c/a\u003e\n- [libGDX](https://libgdx.com/) - Framework\n- [ShapeDrawer](https://github.com/earlygrey/shapedrawer) - Library for LibGDX\n\n## ✍️ Authors \u003ca name = \"authors\"\u003e\u003c/a\u003e\n- [@OnsPetruske](https://github.com/pkg-dot-zip) - Idea, Initial work, general development \u0026 management\n- [@medkam](https://github.com/medkam) - General development\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkg-dot-zip%2Flibgdx-chess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkg-dot-zip%2Flibgdx-chess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkg-dot-zip%2Flibgdx-chess/lists"}