Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pascalcorpsman/greenfoot_for_lazarus
Reimplementation of the Java Greenfoot Framework in Lazarus
https://github.com/pascalcorpsman/greenfoot_for_lazarus
education freepascal greenfoot kids-learn lazarus opengl
Last synced: about 2 months ago
JSON representation
Reimplementation of the Java Greenfoot Framework in Lazarus
- Host: GitHub
- URL: https://github.com/pascalcorpsman/greenfoot_for_lazarus
- Owner: PascalCorpsman
- Created: 2022-04-07T15:10:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T20:18:22.000Z (8 months ago)
- Last Synced: 2024-06-01T22:22:43.446Z (8 months ago)
- Topics: education, freepascal, greenfoot, kids-learn, lazarus, opengl
- Language: Pascal
- Homepage:
- Size: 957 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This Repository is a Lazarus reimplementation of the Java Greenfoot project fromhttps://www.greenfoot.org/door
Compileable under Windows or Linux
# Documentation
For Usage of the Greenfoot classes see the documentation of the Greenfoot project![](preview.png)
# Content
The following classes are available
- TWorld
- TActor
- TGreenfootImage
- TRandomizer
- TMouseInfoAdditional there is a Graphikengine
- TGreenFootGraphicEngine# The Source comes with the following samples
- Ants Advanced - a ant simulation ( https://www.greenfoot.org/scenarios/250 )
- Balloon - a balloon popping game
- Game of life - a game of live simulator ( http://www.greenfoot.org/scenarios/1336 )
- Lunar lander - a space craft landing simulator
- Minesweeper - the implementation of the Windows Minesweeper game ( http://www.greenfoot.org/scenarios/7992 )
- PrimeSnake - a Snake game that helps to learn prime numbers ( http://www.greenfoot.org/scenarios/7997 )
- SpaceCommand - a Space invader game
- Tetris - the implementation of the classic Tetris game ( https://www.greenfoot.org/scenarios/335 )
- Wombat - try to eat leafs and dont get catched by the other wombats ( source: https://github.com/mrhardman23/Leaves-and-Wombats )