SoccerDrills-Pharo

Description

Simulation of Soccer Drills based on Pharo's OpenPonk Modeling Platform.

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Feb. 2, 2026
Updated
Feb. 27, 2026

README excerpt

# SoccerDrills-Pharo
Simulation of Soccer Drills based on Pharo's [OpenPonk Modeling Platform](https://github.com/OpenPonk/openponk).
## Load the Soccer Drills Repository
You can load the Soccer Drills Repository into a fresh Pharo image (version 12 or newer) with:
```smalltalk
Metacello new
        baseline: 'SoccerDrills';
        repository: 'github://Driolar/SoccerDrills-Pharo:master/src';
        load
```
## Start the Soccer Drills Workbench
Start the Soccer Drills Workbench either
- sending a `SDSoccerDrillExamples` class side message or
- using the menu command `Soccer Drills` in the world menu.

This is the workbench's appearance:
<img width="1530" height="814" alt="image" src="https://github.com/user-attachments/assets/89b20b42-00d3-4ce9-8419-1419f8e0cc10" />

There is some [user documentation](https://github.com/Driolar/SoccerDrills-Pharo/tree/master/doc) written for you.
← Back to results