Skip to content
/ Green Public
forked from zedseven/Green

A gaming library that enables easy 2D game creation within Processing.

License

Notifications You must be signed in to change notification settings

Jfhseh/Green

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Green

License: MIT

A library for Processing written by Zacchary Dempsey-Plante

This is a relatively simple library designed to emulate most of the features of Greenfoot in Processing. This was done for a school project and aims to enable easy 2D game creation within Processing.

Installation

First, go to the Releases tab and download the .zip file, and unzip it to wherever you want to keep the library. To install the library, simply open Green-<version>.zip\library\ and put Green.jar in your Processing libraries folder. Processing's libraries folder is located in <sketchbookLocation>\libraries, and it's sketchbook location can be found in the editor under File > Preferences....

From there, select Sketch > Import Library... in the editor, and Green should show up for selection.

Reference

To see the Javadoc reference, please visit https://zedseven.github.io/Green/.

A brief run-down

The library works with two basic classes: Worlds and Actors.

The World class is where all the interaction and gameplay takes place - it's where all the Actors live, and for most games one World is enough.

The Actor class is where all the per-item code goes: you might have a player Actor, one for an item the player can pick up, and maybe a few ones for obstacles.

About

A gaming library that enables easy 2D game creation within Processing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.5%
  • Shell 0.5%