Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.25 KB

Introduction

This Repository is a Lazarus reimplementation of the Java Greenfoot project from

https://www.greenfoot.org/door

Compileable under Windows or Linux

Documentation

For Usage of the Greenfoot classes see the documentation of the Greenfoot project

Content

The following classes are available

  • TWorld
  • TActor
  • TGreenfootImage
  • TRandomizer
  • TMouseInfo

Additional there is a Graphikengine

  • TGreenFootGraphicEngine

The Source comes with the following samples