{"id":20619869,"url":"https://github.com/zedseven/green","last_synced_at":"2025-04-15T12:13:05.425Z","repository":{"id":44815593,"uuid":"153832965","full_name":"zedseven/Green","owner":"zedseven","description":"A gaming library that enables easy 2D game creation within Processing.","archived":false,"fork":false,"pushed_at":"2022-06-19T21:16:09.000Z","size":3181,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T12:12:24.808Z","etag":null,"topics":["education","game-development","game-library","greenfoot","jar","java","learning","library","pde","processing","processing-language","processing-library"],"latest_commit_sha":null,"homepage":"https://ztdp.ca/projects/school/Green/","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/zedseven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-19T19:38:40.000Z","updated_at":"2024-08-31T15:59:36.000Z","dependencies_parsed_at":"2022-08-27T11:03:09.188Z","dependency_job_id":null,"html_url":"https://github.com/zedseven/Green","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedseven%2FGreen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedseven%2FGreen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedseven%2FGreen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zedseven%2FGreen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zedseven","download_url":"https://codeload.github.com/zedseven/Green/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249067779,"owners_count":21207396,"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":["education","game-development","game-library","greenfoot","jar","java","learning","library","pde","processing","processing-language","processing-library"],"created_at":"2024-11-16T12:12:43.634Z","updated_at":"2025-04-15T12:13:05.405Z","avatar_url":"https://github.com/zedseven.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Green](https://zedseven.github.io/Green/)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![# Issues](https://img.shields.io/github/issues/zedseven/Green.svg?logo=github)](https://github.com/zedseven/Green/issues)\n\nThis is a relatively simple library designed to emulate most of the features of [Greenfoot](https://www.greenfoot.org/)\nin [Processing](https://processing.org/).\nThis was originally made for a school project and aims to enable easy 2D game creation within Processing.\n\nIf you're using this in a class or as a teaching tool, I'd love to hear about it!\n\n## Installation\n1. `Sketch \u003e Import Library... \u003e Add Library...`\n2. Search for `Green`\n3. Select the library and click `Install`\n\n### Manual Installation\nThese steps are only in case the above steps don't work. You should try them first.\n\n1. Go to the [latest GitHub release](https://github.com/zedseven/Green/releases/latest)\n2. Download the `.zip` file\n3. Unzip it to wherever you want to keep the library\n4. Open `Green-\u003cversion\u003e.zip/library/` and put `Green.jar` in your Processing libraries folder\n5. Processing's `libraries` folder is located in `\u003csketchbookLocation\u003e/libraries`\n   - Its sketchbook location can be found in the editor under `File \u003e Preferences...`\n\nOnce installed:\n1. Add it to a project with `Sketch \u003e Import Library...`\n2. Select it from the popup list\n\n## Reference\nTo see the Javadoc reference, please visit https://zedseven.github.io/Green/.\n\n## The Basic Idea\nThe library works with two concepts: worlds and actors.\n\nThe `World` class is where all the interaction and gameplay takes place - it's where all the `Actors` live, and for most\ngames one `World` is enough.\n\nThe `Actor` class is where all the per-item code goes: you might have a player `Actor`, one for an item the player can\npick up, and maybe a few for obstacles.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzedseven%2Fgreen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzedseven%2Fgreen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzedseven%2Fgreen/lists"}