{"id":17836736,"url":"https://github.com/lfuelling/cleanfoot","last_synced_at":"2025-03-19T20:31:35.343Z","repository":{"id":37984017,"uuid":"196197734","full_name":"lfuelling/cleanfoot","owner":"lfuelling","description":"Fork of Greenfoot (including BlueJ) using Maven","archived":true,"fork":false,"pushed_at":"2023-03-07T04:59:04.000Z","size":12280,"stargazers_count":8,"open_issues_count":16,"forks_count":2,"subscribers_count":2,"default_branch":"release/v3.5.7","last_synced_at":"2025-03-18T03:45:36.818Z","etag":null,"topics":["cleanfoot","game-development","game-engine","gradle","greenfoot","java","java-8","java-library","javafx","maven"],"latest_commit_sha":null,"homepage":"https://lerks.blog/p/making-games-with-greenfoot-without-greenfoot","language":"Java","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/lfuelling.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}},"created_at":"2019-07-10T12:03:56.000Z","updated_at":"2024-10-03T12:05:51.000Z","dependencies_parsed_at":"2024-10-27T21:46:02.454Z","dependency_job_id":null,"html_url":"https://github.com/lfuelling/cleanfoot","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfuelling%2Fcleanfoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfuelling%2Fcleanfoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfuelling%2Fcleanfoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lfuelling%2Fcleanfoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lfuelling","download_url":"https://codeload.github.com/lfuelling/cleanfoot/tar.gz/refs/heads/release/v3.5.7","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244501374,"owners_count":20462850,"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":["cleanfoot","game-development","game-engine","gradle","greenfoot","java","java-8","java-library","javafx","maven"],"created_at":"2024-10-27T20:42:10.746Z","updated_at":"2025-03-19T20:31:30.334Z","avatar_url":"https://github.com/lfuelling.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cleanfoot\n\nThis is a fork of Greenfoot 3.5.4 (the last version supporting Java 8) which was moved from Ant to Maven. \n\nThe goal of this project is to provide a Java 1.8 compatible, supported Greenfoot version with some fixes like a public `greenfoot.Font(java.awt.Font)` constructor, cleaned up code, up to date dependencies and of course libraries that are usable via Maven.\n\n## Usage\n\n### Maven\n\nTo use this library, you need to use the GammelCloud repo:\n\n```xml\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003ejitpack.io\u003c/id\u003e\n    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\nAnd the following dependency:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.github.lfuelling\u003c/groupId\u003e\n  \u003cartifactId\u003ecleanfoot\u003c/artifactId\u003e\n  \u003cversion\u003e3.5.7\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle \n\nIf you use Gradle, you can reference the repository like this:\n\n```groovy\nrepositories {\n        maven { url 'https://jitpack.io' }\n}\n```\n\nand the dependency itself like this:\n\n```groovy\nimplementation 'com.github.lfuelling:cleanfoot:3.5.7'\n```\n\n### Code\n\nAfter adding it, the library can be used like the regular Greenfoot project is used (ie. no package names have been changed). The only thing you need to add is a launcher class that extends `GreenfootScenarioApplication` and has a `main` method to launch the application.\nIf you need more information regarding using Greenfoot with Maven/Gradle and its implications, please see [this blog post](https://lerks.blog/p/making-games-with-greenfoot-without-greenfoot).\n\n## Development\n\n- The `THIRD-PARTY.txt` file is generated by running: \n    - `$ mvn license:add-third-party -Dlicense.outputDirectory=. -Dlicense.thirdPartyFilename=THIRD-PARTY.txt`\n    - The file bundled with Greenfoot/BlueJ is outdated.\n- Building is done using: `$ mvn clean install -DskipTests`\n- Publish is done using: `$ mvn clean install -DskipTests deploy:deploy`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfuelling%2Fcleanfoot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flfuelling%2Fcleanfoot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flfuelling%2Fcleanfoot/lists"}