{"id":15944096,"url":"https://github.com/dimasmith/mahjong","last_synced_at":"2026-01-20T06:02:13.495Z","repository":{"id":5787265,"uuid":"7001410","full_name":"dimasmith/mahjong","owner":"dimasmith","description":"Simple java project for using in tutorials","archived":false,"fork":false,"pushed_at":"2023-03-01T12:58:51.000Z","size":516,"stargazers_count":1,"open_issues_count":12,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T11:19:06.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dimasmith.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2012-12-04T14:45:21.000Z","updated_at":"2024-02-28T06:54:20.000Z","dependencies_parsed_at":"2024-10-07T08:21:23.458Z","dependency_job_id":"aa2260e9-9b6c-4164-8c80-1bf9b2f4bb51","html_url":"https://github.com/dimasmith/mahjong","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dimasmith/mahjong","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fmahjong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fmahjong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fmahjong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fmahjong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimasmith","download_url":"https://codeload.github.com/dimasmith/mahjong/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimasmith%2Fmahjong/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-07T08:21:13.622Z","updated_at":"2026-01-20T06:02:13.476Z","avatar_url":"https://github.com/dimasmith.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"mahjong\n=======\n\nSimple java project for using in tutorials.\n\nProject shows the interactive mahjong field where the player can remove matching tiles.\n\n## Requirements\n\nThe project was initially build with Java 7. \nAt the time of writing it is still the case, but the releases after the 0.2.1 won't work with old java versions. A target version for the project is a current LTS - java 17.\n\n## Running\n\nBuild the project using maven:\n\n```shell\nmvnw clean package\n```\n\nRun the desktop client of the game:\n\n```shell\njava -jar desktop-client/target/desktop-client-*-with-dependencies.jar\n```\n\n## Contributing\n\nYou should probably find something more interesting than a project abandonned for 10 years :)\n\n## Commit convention\n\nUse conventional commits and ideas expressed in the [article](https://medium.com/neudesic-innovation/conventional-commits-a-better-way-78d6785c2e08).\n\n### Notable commit templates\n\n#### Change dependency\n\n```\nbuild(deps): change the dependency\n```\n\n#### Release activities\n\n```\nchore(release): prepare release versions\n```\n\n## Changelog\n\nMake sure you prepared a changelog before merging into the main branch.\nUse the included maven plugin to do this.\n\n```shell\nmvn git-changelog-maven-plugin:git-changelog\n```\n \n## Release\n\nThe project should follow semver for the api module.\n\nTag your releases with the version prefixed via `v`:\n\n```\nv0.2.1\n```\n\nTo start a new release:\n\n- Create a release branch from the main branch (`release/0.2.1`);\n- Run maven release plugin to kick off the release process (`mvn release:prepare`);\n- Generate and commit a changelog (`mvn git-changelog-maven-plugin:git-changelog`);\n- Push and merge your changes;\n- Push the release tag;\n- Create a GitHub release;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimasmith%2Fmahjong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimasmith%2Fmahjong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimasmith%2Fmahjong/lists"}