{"id":31530634,"url":"https://github.com/vallereya/crucible","last_synced_at":"2026-05-18T06:13:31.829Z","repository":{"id":317909632,"uuid":"896241814","full_name":"Vallereya/crucible","owner":"Vallereya","description":"An MMORPG Game Project using Java and Crystal.","archived":false,"fork":false,"pushed_at":"2025-10-03T20:03:35.000Z","size":2857,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T21:12:30.636Z","etag":null,"topics":["crystal","game","game-development","gamedev","java","mit-license"],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vallereya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-11-29T21:23:06.000Z","updated_at":"2025-10-03T20:03:38.000Z","dependencies_parsed_at":"2025-10-03T21:12:56.672Z","dependency_job_id":"623ca4d3-d397-4c67-8909-77c38fccc6df","html_url":"https://github.com/Vallereya/crucible","commit_stats":null,"previous_names":["vallereya/crucible"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Vallereya/crucible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vallereya%2Fcrucible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vallereya%2Fcrucible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vallereya%2Fcrucible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vallereya%2Fcrucible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vallereya","download_url":"https://codeload.github.com/Vallereya/crucible/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vallereya%2Fcrucible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278254473,"owners_count":25956598,"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-10-03T02:00:06.070Z","response_time":53,"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":["crystal","game","game-development","gamedev","java","mit-license"],"created_at":"2025-10-04T01:50:04.361Z","updated_at":"2025-10-04T01:50:06.799Z","avatar_url":"https://github.com/Vallereya.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"src/assets/icons/crucible_text_logo.png\" width=\"250\"/\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca\u003e\n        \u003cimg src=\"https://forthebadge.com/images/badges/license-mit.svg\"/\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n    \u003ca\u003e\n        \u003cimg src=\"https://forthebadge.com/images/badges/contains-technical-debt.svg\"/\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n    \u003ca\u003e\n        \u003cimg src=\"https://img.shields.io/badge/crystal-%23000000.svg?style=for-the-badge\u0026logo=crystal\u0026logoColor=white\"/\u003e\n    \u003c/a\u003e\n    \u003ca\u003e\n        \u003cimg src=\"https://img.shields.io/badge/java-%23000000.svg?style=for-the-badge\u0026logo=openjdk\u0026logoColor=white\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## 📝 Overview \n\n\u003cp\u003e\n    I'm testing a monstrosity of a game called \"Crucible\". The idea is that it's a hybrid of Java and Crystal, where \n    Java handles the Launcher \u0026 Client and with Crystal powering the Server. This game is meant to be an MMORPG-style \n    game, and example would be \u003ca href=\"https://runescape.com/\"\u003eRuneScape\u003c/a\u003e. I haven't touched this in a few years, \n    this was back when I was first getting antiquated with Crystal and hadn't touched Java in about 5 years beforehand. \n    As such the Server is working but the Launcher/Client haven't really been worked on, and it's a mess right now but \n    works. It launches a window to verify connected from the Server but that's about it right now. The Server on the \n    other hand is a skeleton, most of the important parts are there and needs to be filled with the right content to \n    actually be a Game.\n\u003c/p\u003e\n\u003cp\u003e\n    P.S. The .exe is included, please delete and recompile, doubt it would work on your machine without doing so. I just\n    didn't want to delete it because I don't feel like doing that step when I'm testing.\n\u003c/p\u003e\n\n## ❗ Prerequisites\n\n1. The [Crystal Programming Language](https://crystal-lang.org/install/) installed.\n2. Both the [Java Programming Language](https://www.java.com/en/download/) \u0026 [Java SE Development Kit (JDK)](https://www.oracle.com/java/technologies/downloads/?er=221886) installed. You can get both from just the JDK install.\n3. IDE of choice, I used [VS Code](https://code.visualstudio.com/).\n4. Open Project and then be confused.\n\n## 🏁 Getting Started\n\n1. Compile the Server.\n2. Compile the Client.\n3. Compile the Launcher.\n4. Run Server; keep open.\n5. Run Launcher.\n\n## 📁 Game Structure\n\n```\n├── launcher/               -\u003e (idk if working) the java launcher\n├── client/                 -\u003e (idk if working) the java client\n├── server/                 -\u003e (working) the crystal game server\n├── src/                    -\u003e files/assets for things outside scope\n├── README.md               -\u003e *you are here*\n└── .gitignore\n```\n\n## 🌱 Contributing\n\n1. Fork the repository.\n2. Create a new branch (git checkout -b feature-branch).\n3. Make your changes and commit them (git commit -m 'Add some feature').\n4. Push to the branch (git push origin feature-branch).\n5. Open a pull request.\n\n## ✍🏼 Contact\n\n\tProject:\n\t\twww.github.com/vallereya/crucible\n\n## ⚖️ License\n\n*© 2025 VALLEREYA*. \nAll rights reserved.\n\u003cbr\u003e\n*Code and Contributions have **MIT License***. See LICENSE for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvallereya%2Fcrucible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvallereya%2Fcrucible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvallereya%2Fcrucible/lists"}